Skip to content

Commit

Permalink
Fix excess newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Sep 21, 2018
1 parent 91de920 commit b7d48be
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 @@ -546,7 +546,7 @@ prompt_web_driver_install() {
read -p "Install ${BOLD}NVIDIA Web Drivers${NORMAL}? [Y/N]: " INPUT
[[ "${INPUT}" == "Y" ]] && USING_WEB_DRV=1 && echo && run_webdriver_installer && return
[[ "${INPUT}" == "N" ]] && echo -e "\nProceeding with ${BOLD}native macOS drivers${NORMAL}...\n" && return
echo -e "\nInvalid option.\n" && prompt_web_driver_install
echo -e "\nInvalid option." && prompt_web_driver_install
}

# Patch for NVIDIA eGPUs
Expand Down

0 comments on commit b7d48be

Please sign in to comment.