add :quit key to uninstall check

This commit is contained in:
Roland Walker 2013-12-09 14:17:03 -05:00
parent dda6573d47
commit cf56f10555
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Cask::Artifact::Pkg < Cask::Artifact::Base
def manually_uninstall(uninstall_options)
unknown_keys = uninstall_options.keys - [:script, :kext, :pkgutil, :launchctl, :files]
unknown_keys = uninstall_options.keys - [:script, :quit, :kext, :pkgutil, :launchctl, :files]
unless unknown_keys.empty?
opoo "Unknown arguments to uninstall: #{unknown_keys.join(", ")}. Running `brew update; brew upgrade brew-cask` will likely fix it.'"
end