From eae837391da88dcb11266e919c9ec263a659a91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Thu, 11 Dec 2014 20:31:14 +0100 Subject: [PATCH] [WatchKit] Prefer single quotes in Rakefile. --- lib/motion/project/template/ios.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?