diff options
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 1b46161ca..67d9faec1 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -3,7 +3,7 @@ require 'utils'  require 'extend/ENV'  require 'formula_cellar_checks' -module Homebrew extend self +module Homebrew    def audit      formula_count = 0      problem_count = 0 | 
