Skip to content

Commit

Permalink
update: exit on subcommand failure
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Nov 4, 2024
1 parent fae818d commit 665cebc
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 665cebc

Please sign in to comment.