mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-15 01:34:26 +02:00
resetting controllers on new repo
This commit is contained in:
@ -5,7 +5,7 @@ import "github.com/jesseduffield/lazygit/pkg/commands/models"
|
||||
// this file is to put things where it's not obvious where they belong while this refactor takes place
|
||||
|
||||
func (gui *Gui) getSuggestedRemote() string {
|
||||
remotes := gui.State.Remotes
|
||||
remotes := gui.State.Model.Remotes
|
||||
|
||||
return getSuggestedRemote(remotes)
|
||||
}
|
||||
|
Reference in New Issue
Block a user