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

Commit ef52a7d

Browse files
authored
Typo fix comand->command
Typo fix comand->command
1 parent 9a9dc59 commit ef52a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuousdelivery/deploy/deploy-service.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CONTEXT="$1"
2323
DEPLOYDIR="$2"
2424
ROLLING=$(echo "${3:0:7}" | tr '[:upper:]' '[:lower:]')
2525

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

0 commit comments

Comments
 (0)