circleci: fixup bc92660: docs/publish.sh script -P option didn't work

forgot to add it to getopt
This commit is contained in:
Christian Schwarz 2023-09-09 11:07:01 +00:00
parent 8749f0bd3d
commit 96396b2e86

View File

@ -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