Skip to content

Commit d4f9bb6

Browse files
committed
Shellcheck errors
1 parent ab41eaa commit d4f9bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-latest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ echo "▶️ $0 $*"
77
# Check for the jq library needed for parsing JSON
88
###
99
if ! command -v jq; then
10-
echo "⚠️ jq command missing from \$PATH!"
11-
exit 1
10+
echo "⚠️ jq command missing from \$PATH!"
11+
exit 1
1212
fi
1313

1414
###

0 commit comments

Comments
 (0)