Skip to content

Commit

Permalink
update: exit on subcommand failure (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri authored Nov 4, 2024
1 parent fae818d commit 9993a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/hop
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -eo pipefail

HOP_PATH=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
TOOLKIT_PATH=$(dirname "$HOP_PATH")

Expand Down

0 comments on commit 9993a9b

Please sign in to comment.