diff --git a/Library/Homebrew/cask/config.rb b/Library/Homebrew/cask/config.rb index ebfe171701..2583478cce 100644 --- a/Library/Homebrew/cask/config.rb +++ b/Library/Homebrew/cask/config.rb @@ -9,6 +9,9 @@ require "extend/hash_validator" using HashValidator module Cask + # Configuration for installing casks. + # + # @api private class Config DEFAULT_DIRS = { appdir: "/Applications",