Skip to content

Commit 8192128

Browse files
committed
double quotes
1 parent c9daeaf commit 8192128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ while (("$#")); do
2323
shift
2424
;;
2525
-e | --experiments)
26-
if [ -n "$2" ] && [ ${2:0:1} != "-" ]; then
26+
if [ -n "$2" ] && [ "${2:0:1}" != "-" ]; then
2727
experiments="$2"
2828
shift
2929
else

0 commit comments

Comments
 (0)