diff options
| -rw-r--r-- | cmd/timer.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/timer.go b/cmd/timer.go index 693d946..6058839 100644 --- a/cmd/timer.go +++ b/cmd/timer.go @@ -45,8 +45,8 @@ func cmdTimer(cmd *cobra.Command, args []string) { log.Fatalf("%+v", err) } - if timerTime.Minutes() > 60 { - fmt.Println("Duration over 1 hour is not supported.") + if timerTime.Minutes() > 99 { + fmt.Println("Duration over 99 minutes is not supported.") return } |
