Skip to content

Commit

Permalink
Reset lookback for today's undone tasks to 0 days.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakatara committed Oct 3, 2022
1 parent 2250e1d commit 122f9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func main() {
color.Bold.Printf("\n" + habit.Heading + "\n")
heading = habit.Heading
}
if habit.Name == todo.Name && todo.Frequency > 0 {
if habit.Name == todo.Name {
fmt.Printf("%*v", maxHabitNameLength, todo.Name+"\n")
}
}
Expand Down

0 comments on commit 122f9b7

Please sign in to comment.