mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02:00
Made the gobot happy again
This commit is contained in:
parent
f6e83cdbdf
commit
6711543634
@ -423,7 +423,7 @@ func (gui *Gui) Run() error {
|
||||
go func() {
|
||||
err := gui.fetch(g, false)
|
||||
if err != nil && strings.Contains(err.Error(), "exit status 128") {
|
||||
gui.createConfirmationPanel(g, g.CurrentView(), gui.Tr.SLocalize("NoAutomaticGitFetchTitle"), gui.Tr.SLocalize("NoAutomaticGitFetchBody"), nil, nil)
|
||||
_ = gui.createConfirmationPanel(g, g.CurrentView(), gui.Tr.SLocalize("NoAutomaticGitFetchTitle"), gui.Tr.SLocalize("NoAutomaticGitFetchBody"), nil, nil)
|
||||
} else {
|
||||
gui.goEvery(g, time.Second*60, func(g *gocui.Gui) error {
|
||||
return gui.fetch(g, false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user