mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
circleci: fixup bc92660
: docs/publish.sh script -P option didn't work
forgot to add it to getopt
This commit is contained in:
parent
8749f0bd3d
commit
96396b2e86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user