diff --git a/bin/promotion b/bin/promotion index 29ff8e8..4f09275 100755 --- a/bin/promotion +++ b/bin/promotion @@ -31,7 +31,7 @@ class App def self.create(name) return puts "Usage: promotion new " 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."