Skip to content

Commit

Permalink
Fix bad redirection during self-uninstall. Close #398.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Sep 5, 2017
1 parent 6ad03af commit b6ae258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fisher.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ function __fisher_self_uninstall -a yn
$fish_config/functions/$fisher_cmd_name.fish
$fish_config/completions/$fisher_cmd_name.fish
" &2
" >&2

echo -sn "Continue? [Y/n] " >&2

Expand Down

0 comments on commit b6ae258

Please sign in to comment.