Skip to content

Commit

Permalink
Fix (very) minor echo error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Jul 11, 2018
1 parent e6411d2 commit 676b73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ prompt_software_update() {
read -p "${BOLD}Would you like to update?${NORMAL} [Y/N]: " INPUT
[[ "${INPUT}" == "Y" ]] && echo && perform_software_update && return
[[ "${INPUT}" == "N" ]] && echo -e "\n${BOLD}Proceeding without updating...${NORMAL}" && sleep 1 && return
echo -e "\nInvalid choice. Try again.\n"
echo -e "\nInvalid choice. Try again."
prompt_software_update
}

Expand Down

0 comments on commit 676b73f

Please sign in to comment.