Skip to content

Commit

Permalink
get notifications working again
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger committed Dec 18, 2024
1 parent 0a2658c commit 73e032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/notify_updates
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 73e032a

Please sign in to comment.