Skip to content

Commit e7a88c6

Browse files
committed
Fix minor bug
1 parent 0c7ee00 commit e7a88c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function check {
1717
echo "FIREBASE_API_KEY env is not defined, Generate server token from https://console.firebase.google.com/project/<project-name>/settings/cloudmessaging and add as env FIREBASE_API_KEY"
1818
exit
1919
fi
20-
elif [ $DEPENDENCY = "jq"]
20+
elif [ $DEPENDENCY = "jq" ]
2121
then
2222
if ! command -v $JSON_PARSER &> /dev/null
2323
then

0 commit comments

Comments
 (0)