summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/presentation/status.go')
-rw-r--r--pkg/gui/presentation/status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/presentation/status.go b/pkg/gui/presentation/status.go
index af7099ac9..489d10841 100644
--- a/pkg/gui/presentation/status.go
+++ b/pkg/gui/presentation/status.go
@@ -11,7 +11,7 @@ import (
"github.com/jesseduffield/lazygit/pkg/i18n"
)
-func FormatStatus(repoName string, currentBranch *models.Branch, refOperation types.RefOperation, linkedWorktreeName string, workingTreeState enums.RebaseMode, tr *i18n.TranslationSet) string {
+func FormatStatus(repoName string, currentBranch *models.Branch, refOperation types.ItemOperation, linkedWorktreeName string, workingTreeState enums.RebaseMode, tr *i18n.TranslationSet) string {
status := ""
if currentBranch.IsRealBranch() {