mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02:00
Simplified boolean comparison
This commit is contained in:
committed by
Jesse Duffield
parent
d953712377
commit
cc138fc70e
@@ -692,7 +692,7 @@ func (c *GitCommand) PrepareInteractiveRebaseCommand(baseSha string, todo string
|
|||||||
ex := c.OSCommand.GetLazygitPath()
|
ex := c.OSCommand.GetLazygitPath()
|
||||||
|
|
||||||
debug := "FALSE"
|
debug := "FALSE"
|
||||||
if c.OSCommand.Config.GetDebug() == true {
|
if c.OSCommand.Config.GetDebug() {
|
||||||
debug = "TRUE"
|
debug = "TRUE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user