From c9d047bf163d392c4a42ec21385ec92ea911352a Mon Sep 17 00:00:00 2001 From: sandroid Date: Tue, 15 Jul 2025 21:32:38 +0200 Subject: [PATCH] Fix: bash completions for reword --- completions/git-forgit.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/git-forgit.bash b/completions/git-forgit.bash index 0d18600..598a23b 100755 --- a/completions/git-forgit.bash +++ b/completions/git-forgit.bash @@ -163,7 +163,7 @@ then __git_complete "${forgit_rebase}" _git_rebase __git_complete "${forgit_reset_head}" _git_reset __git_complete "${forgit_revert_commit}" _git_revert - __git_complete "${forgit_reword_commit}" _git_branch + __git_complete "${forgit_reword}" _git_branch __git_complete "${forgit_show}" _git_show __git_complete "${forgit_squash}" _git_branch __git_complete "${forgit_stash_show}" _git_stash_show