bin/prime in motion-prime-0.9.6 vs bin/prime in motion-prime-0.9.7

- old
+ new

@@ -45,10 +45,10 @@ sh "motion create #{name} --template=#{repo}" else clone_template(template_name, repo) sh "motion create #{name} --template=#{template_name}" end - info "Command: bundle instal" + info "Command: bundle install" sh "cd ./#{name}; bundle install" info "Command: pod setup" sh "cd ./#{name}; pod setup" info "Command: rake pod:install" sh "cd ./#{name}; rake pod:install" \ No newline at end of file