Clone templates from ssh 'git@' urls

remove_hooks
Alessandro Tagliapietra 2015-02-13 10:08:09 +01:00
parent 5cb880064d
commit bf9f94989d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module Middleman::Cli
end
def repository_path(repo)
repo.include?('://') ? repo : "git://github.com/#{repo}.git"
repo.include?('://') || repo.include?('git@') ? repo : "git://github.com/#{repo}.git"
end
# Add to CLI