Fix broken self-update; close #584

This commit is contained in:
Jorge Bucaran 2020-08-02 11:01:19 +09:00
parent c9393460cf
commit c20d1b3ec3
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -153,7 +153,7 @@ function _fisher_help
end
function _fisher_self_update -a file
set -l url "https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish"
set -l url "https://raw.githubusercontent.com/jorgebucaran/fisher/main/fisher.fish"
echo "fetching $url" >&2
command curl -s "$url?nocache" >$file.