diff --git a/lib/motion/project/template/ios.rb b/lib/motion/project/template/ios.rb index 0a7aadb2..adcb177f 100644 --- a/lib/motion/project/template/ios.rb +++ b/lib/motion/project/template/ios.rb @@ -85,7 +85,7 @@ namespace :watch do unless watch_extension App.fail 'You can only use this task with a WatchKit application ' \ 'configured. To configure one use ' \ - '`app.target "path/to/MyWatchApp", :extension`.' + '`app.target \'path/to/MyWatchApp\', :extension`.' end if ENV['type'] && ENV['type'].downcase == 'notification' && ENV['payload'].nil?