Fix broken self-update; close #584

pull/586/head
Jorge Bucaran 4 years ago
parent c9393460cf
commit c20d1b3ec3
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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.

Loading…
Cancel
Save