1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

we've now flipped the boolean

This commit is contained in:
Jesse Duffield 2020-08-23 13:16:44 +10:00
parent 3eb3de3edc
commit 1189c2fab7

View File

@ -72,6 +72,6 @@ func (gui *Gui) handleCredentialsPopup(cmdErr error) {
// we are not logging this error because it may contain a password
gui.createErrorPanel(errMessage)
} else {
_ = gui.closeConfirmationPrompt(true)
_ = gui.closeConfirmationPrompt(false)
}
}