Skip to content

Commit

Permalink
Remove spurious set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 13, 2024
1 parent 4374ac2 commit 847775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cmd/docker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S pkgx +docker bash

set -exo pipefail
set -eo pipefail

if [ ! -d "$PKGX_PANTRY_PATH" ]; then
echo "error: \`brewkit docker\` can only be run from a pantry checkout" >&2
Expand Down

0 comments on commit 847775d

Please sign in to comment.