From 52eb4f95c0c8181553c03344d9c85d49fd34f737 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Wed, 12 Jun 2019 17:06:28 -0500 Subject: [PATCH] Show timerpath in config list --- timer_ops.go | 1 + 1 file changed, 1 insertion(+) 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)