Merge pull request #3310 from rolandwalker/houdahspot_after_install

houdahspot `after_install`: full paths+list form
This commit is contained in:
Roland Walker 2014-03-01 14:28:10 -05:00
commit 376f53995e
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ class Houdahspot < Cask
after_install do
# Don't ask to move the app bundle to /Applications
system 'defaults write com.houdah.HoudahSpot moveToApplicationsFolderAlertSuppress -bool true'
system '/usr/bin/defaults', 'write', 'com.houdah.HoudahSpot', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end