Skip to content

Commit

Permalink
Update command for installing Fisher
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor authored Mar 16, 2020
1 parent 023ed69 commit b176c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function install_fisherman() {
blue_color
echo "Installing Fisher..."

curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs ${FISHERMAN_URL}
curl ${FISHERMAN_URL} --create-dirs -sLo ~/.config/fish/functions/fisher.fish

green_color
echo "Fisher installed!"
Expand Down

0 comments on commit b176c71

Please sign in to comment.