diff --git a/pkg/commands/git_commands/rebase.go b/pkg/commands/git_commands/rebase.go index eeae66167..874cbd809 100644 --- a/pkg/commands/git_commands/rebase.go +++ b/pkg/commands/git_commands/rebase.go @@ -204,7 +204,7 @@ type PrepareInteractiveRebaseCommandOpts struct { // PrepareInteractiveRebaseCommand returns the cmd for an interactive rebase // we tell git to run lazygit to edit the todo list, and we pass the client -// lazygit a todo string to write to the todo file +// lazygit instructions what to do with the todo file func (self *RebaseCommands) PrepareInteractiveRebaseCommand(opts PrepareInteractiveRebaseCommandOpts) oscommands.ICmdObj { ex := oscommands.GetLazygitPath()