Skip to content

Commit

Permalink
Support git via SSH and HTTP
Browse files Browse the repository at this point in the history
Simple and obvious patch who workforus® in production
  • Loading branch information
guilhem authored and ngiger committed Aug 3, 2014
1 parent f4234af commit d645304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/veewee/definitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def define(definition_name, template_name, options = {})

git_template = false
# Check if the template is a git repo
if template_name.start_with?("git://")
if template_name.start_with?("git://", "git+ssh://", "git+http://")
git_template = true
end

Expand Down

0 comments on commit d645304

Please sign in to comment.