summaryrefslogtreecommitdiffstats
path: root/pkg/gui/diffing.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/diffing.go')
-rw-r--r--pkg/gui/diffing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/diffing.go b/pkg/gui/diffing.go
index 5bce9fe44..bd29664fe 100644
--- a/pkg/gui/diffing.go
+++ b/pkg/gui/diffing.go
@@ -94,7 +94,7 @@ func (gui *Gui) diffStr() string {
if file != "" {
output += " -- " + file
} else if gui.State.Modes.Filtering.Active() {
- output += " -- " + gui.State.Modes.Filtering.Path
+ output += " -- " + gui.State.Modes.Filtering.GetPath()
}
return output