Remove .git suffix from git URls.

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

@ -1819,6 +1819,7 @@ function __fisher_read_bundle_file
}
{
sub(/\.git$/, "")
sub("^[@* \t]*", "")
if (!dedupe[$0]++) {

Loading…
Cancel
Save