Fix indentation in pomodoro timer
This commit is contained in:
parent
254d353497
commit
b8b5a778f2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ do
|
|||
for i in 1 2 3 4
|
||||
do
|
||||
say "Start working... 🔨"
|
||||
sleep $((60 * 25))
|
||||
sleep $((60 * 25))
|
||||
if [ 4 -eq "$i" ]
|
||||
then
|
||||
say "Take a break... 💤"
|
||||
|
|
Loading…
Reference in a new issue