From d1b387004743274060271a9461cebb86b1cf12d5 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 25 May 2012 15:38:05 +0530 Subject: [PATCH] Fix bundle name having `.git` in the end. --- antigen.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antigen.zsh b/antigen.zsh index 187bc46..77b9d4f 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -38,8 +38,8 @@ bundle () { # Resolve the url. if [[ $url != git://* && $url != https://* ]]; then - url="https://github.com/$url.git" name="$(basename "$url")" + url="https://github.com/$url.git" fi # Plugin's repo will be cloned here. -- 2.0.0