Commit d1b387004743274060271a9461cebb86b1cf12d5

Authored by Shrikant Sharat
1 parent b05176f256

Fix bundle name having `.git` in the end.

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -38,8 +38,8 @@ bundle () {
38 38  
39 39 # Resolve the url.
40 40 if [[ $url != git://* && $url != https://* ]]; then
41   - url="https://github.com/$url.git"
42 41 name="$(basename "$url")"
  42 + url="https://github.com/$url.git"
43 43 fi
44 44  
45 45 # Plugin's repo will be cloned here.