[WatchKit] Prefer single quotes in Rakefile.

This commit is contained in:
Eloy Durán
2014-12-11 20:31:14 +01:00
committed by Watson
parent 24798e8595
commit eae837391d

View File

@@ -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?