Skip to content

Commit

Permalink
correct error in kubernetes-deploy.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Dill committed Jun 11, 2018
1 parent 7cf3ca2 commit 9b39f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter13/kubernetes-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CARD_SOURCE=~/.composer
CARD_TARGET=cards
IP_ADDRESS="0.0.0.0"

while getopts "h:n:" opt;
while getopts "h:c:k:n:" opt;
do
case "$opt" in
h|\?)
Expand Down

0 comments on commit 9b39f36

Please sign in to comment.