Skip to content

Commit

Permalink
Fixed a typo noticed during the review.
Browse files Browse the repository at this point in the history
Signed-off-by: yudaykiran <udaykiran.y@gmail.com>
  • Loading branch information
yudaykiran committed Feb 14, 2018
1 parent 148c0f7 commit e5c0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/lib/scripts/configure_k8s_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ masterip=
clusterip=
token=
hostname=`hostname`
kubeverion=`sudo kubeadm version -o short`
kubeversion=`sudo kubeadm version -o short`
kuberegex='^v1.[0-7].[0-9][0-9]?$'

function get_machine_ip(){
Expand Down

0 comments on commit e5c0289

Please sign in to comment.