quoting in phpstorm.rb

This commit is contained in:
Roland Walker 2014-10-04 10:06:24 -04:00
parent 349f2ff050
commit dd426ea815
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ class Phpstorm < Cask
app 'PhpStorm.app'
postflight do
system "/usr/libexec/PlistBuddy", "-c", "Set :JVMOptions:JVMVersion 1.6+", "#{destination_path}/PhpStorm.app/Contents/Info.plist"
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{destination_path}/PhpStorm.app/Contents/Info.plist"
end
end