Correct the path to template.

Users are being notified to require a file ('lib/motion/project/template/ios') that doesn't exist when called from a project's Rakefile.
This commit is contained in:
Tom Milewski
2013-05-09 18:43:38 -03:00
committed by Watson
parent be80f32899
commit 39691640ef

View File

@@ -30,7 +30,7 @@ require 'motion/project/template'
require 'motion/project/plist'
if Motion::Project::App.template == nil
warn "require 'lib/motion/project' is deprecated, please require 'lib/motion/project/template/ios' instead"
warn "require 'motion/project' is deprecated, please require 'motion/project/template/ios' instead"
require 'motion/project/template/ios'
end