diff options
| author | Adam Vandenberg | 2014-04-26 23:31:39 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-04-30 19:09:29 -0700 | 
| commit | 273bbfda3353abd58f77aef66523a9617fa30128 (patch) | |
| tree | 06fa08814966bef66d4d20231e9de5c306e39be5 /Library/Homebrew/exceptions.rb | |
| parent | 43b1b8f8bf1d3fce611fb8398202906352de7daa (diff) | |
| download | homebrew-273bbfda3353abd58f77aef66523a9617fa30128.tar.bz2 | |
--config -> config
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 8c4abc126..7cdd24cb1 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -190,7 +190,7 @@ class BuildError < Homebrew::InstallationError          puts "  #{tap_issues_url}"        end      else -      require 'cmd/--config' +      require 'cmd/config'        require 'cmd/--env'        unless formula.core_formula? | 
