Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrib committed Mar 19, 2017
1 parent 6cd54d9 commit 3dfb8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttimer.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (t *Timer) start(d time.Duration) {
}

func (t *Timer) update() {
t.status = "[finished]"
t.status = "Finished"
now := time.Now()
if !now.After(t.end) {
exactLeft := t.end.Sub(now)
Expand Down

0 comments on commit 3dfb8b3

Please sign in to comment.