Skip to content

Commit

Permalink
Colorize yesno
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed May 27, 2017
1 parent f4c999a commit 2f75129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ yesno () {
n|N|No|NO|no|nO) return 1
;;
*)
printf "\nPlease enter y or n: "
printf "\n${YELLOW}Please enter ${CYAN}[y]${YELLOW} or ${CYAN}[n]${YELLOW}:${NORMAL} "
;;
esac
done
Expand Down

0 comments on commit 2f75129

Please sign in to comment.