Skip to content

Commit b535a7d

Browse files
committed
set euo pipefail on all scripts
1 parent edb60d8 commit b535a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upsert-dev-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# /Applications/Coder/Coder Desktop.app, which is where the local build is
55
# installed.
66

7-
set -euox pipefail
7+
set -euxo pipefail
88

99
LAUNCH_DAEMON_PLIST_SRC="/Applications/Coder/Coder Desktop.app/Contents/Library/LaunchDaemons"
1010
LAUNCH_DAEMON_PLIST_DEST="/Library/LaunchDaemons"

0 commit comments

Comments
 (0)