somewhere along the way we lost hdiutil accepting dmg agreements

should take care of #1105
also refs #720
This commit is contained in:
phinze 2013-10-02 09:38:53 -05:00
parent 5dcdab284e
commit bebcb22ab1

View file

@ -24,7 +24,7 @@ class Cask::Container::Dmg < Cask::Container::Base
'mount',
'-plist', '-nobrowse', '-readonly', '-noidme', '-mountrandom',
'/tmp', @path
], :plist => true)
], :plist => true, :input => 'y')
@mounts = mounts_from_plist(plist)
end