We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf3ca2 commit 9b39f36Copy full SHA for 9b39f36
Chapter13/kubernetes-deploy.sh
@@ -33,7 +33,7 @@ CARD_SOURCE=~/.composer
33
CARD_TARGET=cards
34
IP_ADDRESS="0.0.0.0"
35
36
- while getopts "h:n:" opt;
+ while getopts "h:c:k:n:" opt;
37
do
38
case "$opt" in
39
h|\?)
0 commit comments