mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fixed invalid assignments in fish_print_git_action
This commit is contained in:
parent
65eb4cd9d3
commit
ca5427865d
1 changed files with 0 additions and 2 deletions
|
@ -44,10 +44,8 @@ function fish_print_git_action --argument-names git_dir
|
|||
|
||||
if test -f "$git_dir/CHERRY_PICK_HEAD"
|
||||
if test -d "$git_dir/sequencer"
|
||||
cherry_pick_sequence_formatted='cherry-pick-sequence'
|
||||
echo -n 'cherry-pick-sequence'
|
||||
else
|
||||
cherry_pick_formatted='cherry-pick'
|
||||
echo -n 'cherry-pick'
|
||||
end
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue