Skip to content

Commit

Permalink
fix!: Enable pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Aug 15, 2023
1 parent e83d71e commit db3f85e
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 db3f85e

Please sign in to comment.