Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:docker/toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Nov 20, 2015
2 parents ad38e79 + 2fd411d commit b1eea91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while true; do
case $yn in
[Yy]* ) docker-machine rm -f $(docker-machine ls -q); break;;
[Nn]* ) break;;
* ) echo "Please answer yes or no.";;
* ) echo "Please answer yes or no."; exit 1;;
esac
done

Expand Down

0 comments on commit b1eea91

Please sign in to comment.