Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tvo0813 committed Dec 7, 2024
1 parent c578188 commit 7f6aabb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
set -e

fail() {
echo "$1" 1>&2
exit 1
echo "$1" 1>&2
exit 1
}

[[ -z "$MOUNT" ]] && fail "MOUNT env variable has not been set"
Expand Down

0 comments on commit 7f6aabb

Please sign in to comment.