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

Commit

Permalink
Correct path to remove /Applications/Docker.app
Browse files Browse the repository at this point in the history
  • Loading branch information
Capncavedan authored and shin- committed Jan 11, 2018
1 parent 7f78046 commit 44cb705
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 @@ -17,7 +17,7 @@ while true; do
done

echo "Removing Applications..."
rm -rf /Applications/Docker
rm -rf /Applications/Docker.app

echo "Removing docker binaries..."
rm -f /usr/local/bin/docker
Expand Down

0 comments on commit 44cb705

Please sign in to comment.