Skip to content

Commit b60aae0

Browse files
committed
Add a colon in getops in publish-staged script so that -c takes an argument.
1 parent 006f51f commit b60aae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-staged

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ publish_s3() {
6565
done
6666
}
6767

68-
while getopts ":d:p:o:s:b:i:a:h:c" opt; do
68+
while getopts ":d:p:o:s:b:i:a:h:c:" opt; do
6969
case ${opt} in
7070
d)
7171
if [[ "${OPTARG}" = "false" ]]; then

0 commit comments

Comments
 (0)