From 6da9d55e47b54dabc226d9549ddb62ce7dc3c0d4 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 23 Mar 2024 14:41:46 +0100 Subject: [PATCH] Cleanup: update outdated comment We used to pass the todo string, but this has changed to instructions a while ago. --- pkg/commands/git_commands/rebase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()