diff --git a/files/notify_updates b/files/notify_updates index e71327d..3cbe38c 100755 --- a/files/notify_updates +++ b/files/notify_updates @@ -1,6 +1,6 @@ #!/bin/bash -set -eou pipefail +set -ou pipefail if [ -z "${DATADOG_API_TOKEN}" ]; then echo 'DATADOG_API_TOKEN must be set' >&1