Skip to content

Commit de47615

Browse files
Merge pull request #15 from blstrco/mo/unset-u
chore: allow unbound variables
2 parents 34e476d + 5c4e327 commit de47615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -uo pipefail
3+
set -o pipefail
44

55
WIZ_DIR="$HOME/.wiz"
66
SCAN_TYPE="${BUILDKITE_PLUGIN_WIZ_SCAN_TYPE:-}"

0 commit comments

Comments
 (0)