mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-01-12 22:49:55 +08:00
Correct git url for cloning default template
This commit is contained in:
@@ -31,7 +31,7 @@ class App
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user