We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c54451 commit 38b8febCopy full SHA for 38b8feb
pomo/cofincup-pomo.sh
@@ -6,7 +6,7 @@ read -p "Enter countdown time in minutes: " countdown_minutes
6
# confirm countdown time with user
7
read -p "Start a countdown of $countdown_minutes minutes? [Y/n]" confirm
8
confirm=${confirm:-Y} # set default value to Y if user presses enter without entering a value
9
-echo "OK. Will notify you when time's up."
+echo "OK. I'll notify you when time's up."
10
11
# exit script if user doesn't confirm countdown
12
if [[ ! "$confirm" =~ ^[Yy]$ ]]; then
0 commit comments