Skip to content

Commit

Permalink
fix!: Enable pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jul 29, 2023
1 parent 624604a commit 8793345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/asdf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -o pipefail

# shellcheck source=lib/utils.bash
. "$(dirname "$(dirname "$0")")/lib/utils.bash"
Expand Down

0 comments on commit 8793345

Please sign in to comment.