Skip to content

Commit 38b8feb

Browse files
author
cofincup
committed
update cofincup-pomo
1 parent 7c54451 commit 38b8feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pomo/cofincup-pomo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ read -p "Enter countdown time in minutes: " countdown_minutes
66
# confirm countdown time with user
77
read -p "Start a countdown of $countdown_minutes minutes? [Y/n]" confirm
88
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."
9+
echo "OK. I'll notify you when time's up."
1010

1111
# exit script if user doesn't confirm countdown
1212
if [[ ! "$confirm" =~ ^[Yy]$ ]]; then

0 commit comments

Comments
 (0)