Skip to content

Commit

Permalink
[AWS log forwarder] Add datadog release option to the release script
Browse files Browse the repository at this point in the history
Releasing a copy of the forwarder template + zip to a datadog hosted bucket
  • Loading branch information
ge0Aja committed Jan 20, 2025
1 parent 632924e commit d08166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fi
# Check account parameter
VALID_ACCOUNTS=("sandbox" "prod" "datadog")
if [[ ! ${VALID_ACCOUNTS[@]} =~ ${2} ]]; then
log_error "The account parameter was invalid. Please choose sandbox or prod."
log_error "The account parameter was invalid. Please choose sandbox, prod, or datadog"
fi
ACCOUNT="${2}"

Expand Down

0 comments on commit d08166c

Please sign in to comment.