Skip to content

Commit

Permalink
Merge pull request #6901 from TristanPeers/master
Browse files Browse the repository at this point in the history
Fix typo in docker healthcheck
  • Loading branch information
k8s-ci-robot authored May 9, 2019
2 parents faaa09b + cc9bc79 commit 1a7e188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if healthcheck; then
exit 0
fi

echo "docker still unresposive; triggering docker restart"
echo "docker still unresponsive; triggering docker restart"
systemctl stop docker

echo "wait all tcp sockets to close"
Expand Down

0 comments on commit 1a7e188

Please sign in to comment.