bin/promotion in ProMotion-1.1.0 vs bin/promotion in ProMotion-1.1.1
- old
+ new
@@ -29,10 +29,10 @@
end
def self.create(name)
return puts "Usage: promotion new <appname>" unless name.to_s.length > 0
info "Creating new ProMotion iOS app #{name}"
- sh "motion create --template=git@github.com:jamonholmgren/promotion-template.git #{name}"
+ sh "motion create --template=git://github.com/jamonholmgren/promotion-template.git #{name}"
end
description "Command line for ProMotion."
arg :command