Skip to content

Commit

Permalink
remove unnecessary echo
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Dec 1, 2017
1 parent 783ff71 commit 463f08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Expand Up @@ -56,7 +56,6 @@ if ! type "$SCRIPT" > /dev/null 2>&1; then
copy_script
else
read -r -p "$SCRIPT already exists on your PATH. Do you still want to install? [N/y] " REPLY
echo
if [ "$REPLY" = 'y' ] || [ "$REPLY" = 'Y' ]; then
copy_script
else
Expand Down

0 comments on commit 463f08e

Please sign in to comment.