jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.55k stars 257 forks source link

Fisher self-update is broken #656

Closed edheltzel closed 3 years ago

edheltzel commented 3 years ago

Any time I run fisher self-update the response:

fetching https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish
fisher: cannot update fisher -- are you offline?

Both URLs listed below return a 404 https://raw.githubusercontent.com/jorgebucaran/fisher/main/fisher.fish OR https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish

Looks like it should be https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish

jorgebucaran commented 3 years ago

We have instructions you can follow to upgrade from Fisher 3.x in the migration guide: https://github.com/jorgebucaran/fisher/issues/652. 💁‍♂️✨

Let me know if you need more help. 👋

edheltzel commented 3 years ago

@jorgebucaran thanks - though I find it very odd that setting up my new mac and using the curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher it would be install an old version. But none the less thank you.

jorgebucaran commented 3 years ago

That's odd, indeed. What happens when you go to https://git.io/fisher now?

edheltzel commented 3 years ago

Takes me there - which looks correct https://raw.githubusercontent.com/jorgebucaran/fisher/HEAD/functions/fisher.fish

Though I'm having all kind of issues with the apple ARM but that's unrelated to this - Your steps from issue #652 worked so thanks for that!