whitespace nits in tangerine

This commit is contained in:
Roland Walker 2014-10-01 08:39:52 -04:00
parent 6f46c96056
commit 45861e0ba1
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ class Tangerine < Cask
homepage 'http://www.karelia.com/products/tangerine/'
app 'Tangerine!.app'
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.potionfactory.Tangerine', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end