Skip to content

Commit

Permalink
fix: correctly remove file
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Aug 1, 2023
1 parent 5af0bcd commit fd3f5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pomodoro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ clean_env() {
remove_file "$POMODORO_START_FILE"
remove_file "$POMODORO_STATUS_FILE"
remove_file "$POMODORO_END_TIME_FILE"
remove file "$POMODORO_WAITING_BREAK_TIME_FILE"
remove_file "$POMODORO_WAITING_BREAK_TIME_FILE"
}

pomodoro_toggle() {
Expand Down

0 comments on commit fd3f5f4

Please sign in to comment.