summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation/remotes.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/presentation/remotes.go')
-rw-r--r--pkg/gui/presentation/remotes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/presentation/remotes.go b/pkg/gui/presentation/remotes.go
index 2c099fb18..15a450891 100644
--- a/pkg/gui/presentation/remotes.go
+++ b/pkg/gui/presentation/remotes.go
@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/fatih/color"
- "github.com/jesseduffield/lazygit/pkg/models"
+ "github.com/jesseduffield/lazygit/pkg/commands/models"
"github.com/jesseduffield/lazygit/pkg/theme"
"github.com/jesseduffield/lazygit/pkg/utils"
)