We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b8143 + b0944a2 commit 945bb87Copy full SHA for 945bb87
.github/workflows/script/update-node-modules.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -eu
3
4
-if [ "$1" != "update" && "$1" != "check-only" ]; then
+if [ "$1" != "update" ] && [ "$1" != "check-only" ]; then
5
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
6
exit 1
7
fi
0 commit comments