From a2397090737a3431e9faef14fa1e775a5b92d461 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Sun, 22 Dec 2013 14:24:59 -0500 Subject: [PATCH] Correct git url for cloning default template --- bin/promotion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."