From d81bd4e76ba9e1ab8213656b9069b51844a85cbd Mon Sep 17 00:00:00 2001 From: Frederick Henderson Date: Sun, 18 Dec 2016 22:48:24 +0100 Subject: [PATCH] Fixed typo "feature" which should be "hotfix" in fish completion. --- git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.fish b/git.fish index d153846..77be680 100644 --- a/git.fish +++ b/git.fish @@ -192,7 +192,7 @@ complete -f -c git -n '__fish_git_flow_using_command hotfix finish' -s m -d 'Use complete -f -c git -n '__fish_git_flow_using_command hotfix finish' -s p -d 'Push to $ORIGIN after performing finish' complete -f -c git -n '__fish_git_flow_using_command hotfix finish' -a '(__fish_git_flow_branches hotfix)' -d 'Hotfix branch' -complete -f -c git -n '__fish_git_flow_using_command hotfix' -a delete -d 'Delete a feature branch' +complete -f -c git -n '__fish_git_flow_using_command hotfix' -a delete -d 'Delete a hotfix branch' complete -f -c git -n '__fish_git_flow_using_command hotfix delete' -s f -d 'Force deletion' complete -f -c git -n '__fish_git_flow_using_command hotfix delete' -s r -d 'Delete remote branch' complete -f -c git -n '__fish_git_flow_using_command hotfix delete' -a '(__fish_git_flow_branches hotfix)' -d 'Hotfix branch'