Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Typo fix comand->command
Browse files Browse the repository at this point in the history
Typo fix comand->command
  • Loading branch information
AdamDang committed Apr 26, 2018
1 parent 9a9dc59 commit ef52a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuousdelivery/deploy/deploy-service.sh
Expand Up @@ -23,7 +23,7 @@ CONTEXT="$1"
DEPLOYDIR="$2"
ROLLING=$(echo "${3:0:7}" | tr '[:upper:]' '[:lower:]')

#make sure we have the kubectl comand
#make sure we have the kubectl command
chmod +x $DIR/ensure-kubectl.sh
$DIR/ensure-kubectl.sh

Expand Down

0 comments on commit ef52a7d

Please sign in to comment.