Fix broken index URL link.

pull/445/head
Jorge Bucaran 8 years ago
parent ce8c116b9a
commit 2eed8019d1
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -17,7 +17,7 @@ function __fisher_index_update -a timeout
if test -z "$url"
# force the server to return the latest copy of the index using a fake query string
set url https://raw.githubusercontent.com/fisherman/fisher-index/master/index\?(date +%s)
set url https://raw.githubusercontent.com/fisherman/index/master/index\?(date +%s)
end
if not curl --max-time $timeout -sS "$url" > $index

Loading…
Cancel
Save