Skip to content

Commit 5aaa4d0

Browse files
authored
Merge pull request #679 from akutz/bugfix/generator-missing-opt
Fixes error when using -P flag with generator
2 parents c45a65d + c75bcdb commit 5aaa4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ FLAGS
6262
EOF
6363
}
6464

65-
while getopts ':b:B:c:dfhi:m:M:r:o:p:P' opt; do
65+
while getopts ':b:B:c:dfhi:m:M:r:o:p:P:' opt; do
6666
case "${opt}" in
6767
b)
6868
CABPK_MANAGER_IMAGE="${OPTARG}"

0 commit comments

Comments
 (0)