Skip to content

Commit 9b39f36

Browse files
author
Bob Dill
committed
correct error in kubernetes-deploy.sh script
1 parent 7cf3ca2 commit 9b39f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter13/kubernetes-deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CARD_SOURCE=~/.composer
3333
CARD_TARGET=cards
3434
IP_ADDRESS="0.0.0.0"
3535

36-
while getopts "h:n:" opt;
36+
while getopts "h:c:k:n:" opt;
3737
do
3838
case "$opt" in
3939
h|\?)

0 commit comments

Comments
 (0)