diff --git a/pkg/commands/git.go b/pkg/commands/git.go index 3bda46ee3..c767b5917 100644 --- a/pkg/commands/git.go +++ b/pkg/commands/git.go @@ -692,7 +692,7 @@ func (c *GitCommand) PrepareInteractiveRebaseCommand(baseSha string, todo string ex := c.OSCommand.GetLazygitPath() debug := "FALSE" - if c.OSCommand.Config.GetDebug() == true { + if c.OSCommand.Config.GetDebug() { debug = "TRUE" }