Skip to content

Commit

Permalink
fixed typo in command feedback [2m0s]
Browse files Browse the repository at this point in the history
  • Loading branch information
advanderveer committed May 16, 2015
1 parent 736fa5f commit 3d5047c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3
0.3.1
2 changes: 1 addition & 1 deletion command/pause.go
Expand Up @@ -60,6 +60,6 @@ func (c *Pause) Run(ctx *cli.Context) error {
}
}

fmt.Println("Timeglass: timer started")
fmt.Println("Timeglass: timer paused")
return nil
}
2 changes: 1 addition & 1 deletion command/stop.go
Expand Up @@ -60,6 +60,6 @@ func (c *Stop) Run(ctx *cli.Context) error {
}
}

fmt.Println("Timeglass: timer started")
fmt.Println("Timeglass: timer stopped")
return nil
}

0 comments on commit 3d5047c

Please sign in to comment.