Skip to content

Commit

Permalink
feat: fail the run if anything goes wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Aug 26, 2024
1 parent 3452eb8 commit b144692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -o nounset -o pipefail -o errexit

source src/fetcher.sh
source src/util_functions.sh

Expand Down

0 comments on commit b144692

Please sign in to comment.