summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-23 15:39:53 -0600
committerJeff Carr <[email protected]>2024-01-23 15:39:53 -0600
commitedf74e160e047e3bad86f7cf52032c12cf0813f0 (patch)
treeba6fd864eb71f0c455b9c0a6509e918cdf600a11 /draw.go
parentdae15b593174ed82ac0f5f8c7250cb765a2b7f64 (diff)
still has oneliner display bug
Signed-off-by: Jeff Carr <[email protected]>
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())