summaryrefslogtreecommitdiffstats
path: root/pkg/commands
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands')
-rw-r--r--pkg/commands/git.go2
1 files changed, 1 insertions, 1 deletions
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"
}