Shellcheck errors

This commit is contained in:
Tobias Genannt 2021-10-14 08:30:07 +02:00
parent ab41eaa5d9
commit d4f9bb6da3
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ echo "▶️ $0 $*"
# Check for the jq library needed for parsing JSON
###
if ! command -v jq; then
echo "⚠️ jq command missing from \$PATH!"
exit 1
echo "⚠️ jq command missing from \$PATH!"
exit 1
fi
###