From 2eed8019d164bfae3b42ca0796a31720bb5f1929 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 6 Apr 2016 09:45:25 +0900 Subject: [PATCH] Fix broken index URL link. --- functions/__fisher_index_update.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/__fisher_index_update.fish b/functions/__fisher_index_update.fish index a2a676a..d6544a5 100644 --- a/functions/__fisher_index_update.fish +++ b/functions/__fisher_index_update.fish @@ -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