We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb26507 commit 0b3dd36Copy full SHA for 0b3dd36
.github/scripts/generate-snapshot.sh
@@ -44,7 +44,7 @@ while [ $# -gt 0 ]; do
44
usage
45
;;
46
*)
47
- if [ -n "$1" ]; then
+ if [ -n "$OUTPUT_DIR" ]; then
48
echo "Error: unknown option '$1'" >&2
49
50
fi
0 commit comments