Skip to content

Commit

Permalink
trivial fix typo: kubelets -> kubelet (#6632)
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
  • Loading branch information
Nguyen Hai Truong authored Feb 14, 2020
1 parent 744e389 commit 44692fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/linux_integration_tests_none.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo rm -rf /data/*
sudo rm -rf /etc/kubernetes/*
sudo rm -rf /var/lib/minikube/*

# Stop any leftover kubelets
# Stop any leftover kubelet
systemctl is-active --quiet kubelet \
&& echo "stopping kubelet" \
&& sudo systemctl stop kubelet
Expand Down

0 comments on commit 44692fb

Please sign in to comment.