From a7c22d88831e260425e92194ff44c8b30c53517d Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 19 May 2016 20:24:39 +0900 Subject: [PATCH] Remove .git suffix from git URls. --- fisher.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fisher.fish b/fisher.fish index 2066e67..743f507 100644 --- a/fisher.fish +++ b/fisher.fish @@ -1819,6 +1819,7 @@ function __fisher_read_bundle_file } { + sub(/\.git$/, "") sub("^[@* \t]*", "") if (!dedupe[$0]++) {