summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 789df45..9700520 100644
--- a/draw.go
+++ b/draw.go
@@ -94,7 +94,7 @@ func (rs *RepoStatus) drawGitBranches() {
newgrid.NewButton("show .git/config", func() {
if rs.gitConfig == nil {
- log.Log(WARN, "Nonexistant or damaged .git/config", rs.GetPath())
+ log.Log(WARN, "Nonexistant or damaged .git/config", rs.String())
return
}
log.Log(WARN, ".git/config:", rs.realPath.String())