10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b8143 commit b0944a2Copy full SHA for b0944a2
.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