Skip to content

Commit

Permalink
fix!: Enable pipefail (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored Sep 17, 2023
1 parent 61420ad commit 4085e55
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 4085e55

Please sign in to comment.