Skip to content

Commit

Permalink
fixed rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Mar 10, 2020
1 parent 5b1fd1b commit bcc0779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/install-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo
case "$choice" in
y|Y )
echo "Deleting..."
rm -rf $install_dir/$project_name;;
rm -rf "$install_dir/$project_name";;
* ) echo "Exiting"
exit 1;;
esac
Expand Down

0 comments on commit bcc0779

Please sign in to comment.