diff options
| author | Mike McQuaid | 2016-09-27 09:33:56 +0100 |
|---|---|---|
| committer | GitHub | 2016-09-27 09:33:56 +0100 |
| commit | 92e6edea539d2b9e79ce3854522b9cfc6ceca06c (patch) | |
| tree | e975caf485c95b670d2e715ecd8327af948f8e5d /Library/Homebrew/cask | |
| parent | a5565d8fd600bc2883ed76ca8708d08588d1ef3f (diff) | |
| parent | 00b3dde0b2a5fc66ccd276ee83619ef678c82cc7 (diff) | |
| download | brew-92e6edea539d2b9e79ce3854522b9cfc6ceca06c.tar.bz2 | |
Merge pull request #1125 from reitermarkus/rubocop-macos
RuboCop: MacOS
Diffstat (limited to 'Library/Homebrew/cask')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/macos.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/macos.rb b/Library/Homebrew/cask/lib/hbc/macos.rb index fb15be108..e7de82d6a 100644 --- a/Library/Homebrew/cask/lib/hbc/macos.rb +++ b/Library/Homebrew/cask/lib/hbc/macos.rb @@ -4,6 +4,8 @@ require "os/mac/version" module OS module Mac + module_function + SYSTEM_DIRS = [ "/", "/Applications", |
