Skip to content

Commit

Permalink
minor: set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Mar 30, 2024
1 parent 5c3a64c commit 4e8925c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _examples/gomodtidyall.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

for d in *; do
[ ! -d "$d" ] && continue
Expand Down

0 comments on commit 4e8925c

Please sign in to comment.