circleci: fixup bc92660: docs/publish.sh script -P option didn't work
forgot to add it to getopt
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
NON_INTERACTIVE=false
|
||||
DO_CLONE=false
|
||||
PUSH=false
|
||||
while getopts "ca" arg; do
|
||||
while getopts "caP" arg; do
|
||||
case "$arg" in
|
||||
"a")
|
||||
NON_INTERACTIVE=true
|
||||
|
||||
Reference in New Issue
Block a user