summaryrefslogtreecommitdiffstats
path: root/status_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-06-05 19:30:55 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-06-05 19:30:55 +1000
commit0d2076c57c217768133a932f579e7a8e687392d1 (patch)
treeba9acd07525c9de356c3d03c378fbfa792309f07 /status_panel.go
parent68a23f14e8458fbb1b1f52043322aa75682f4328 (diff)
generalised logs
Diffstat (limited to 'status_panel.go')
-rw-r--r--status_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/status_panel.go b/status_panel.go
index 2f40e2a62..fded5995d 100644
--- a/status_panel.go
+++ b/status_panel.go
@@ -28,7 +28,7 @@ func refreshStatus(g *gocui.Gui) error {
// utilising the fact these all have padding to only grab the name
// from the display string with the existing coloring applied
fmt.Fprint(v, " "+branch.DisplayString[4:])
- colorLog(color.FgCyan, time.Now().Sub(StartTime))
+ colorLog(color.FgCyan, time.Now().Sub(startTime))
return nil
})