diff --git a/timer_ops.go b/timer_ops.go index f628d12..847b83a 100644 --- a/timer_ops.go +++ b/timer_ops.go @@ -422,6 +422,7 @@ func (a *AppState) opConfig(args []string) int { for _, v := range a.config.GetKeyList() { fmt.Println(" " + v) } + fmt.Println(" timerpath") } else { if args[0] == "timerpath" { fmt.Println(a.directory + a.fileTimer)