diff options
| author | Mike McQuaid | 2013-12-14 18:15:59 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-12-14 23:10:20 +0000 | 
| commit | 2afa1c3b86356292a751468bf67bc615bb6594f5 (patch) | |
| tree | 131e61a4821279e788ffd84326d0b3c590ca4b50 /Library/Homebrew/formula.rb | |
| parent | f459245e6dbf440a3b18d25883be7ebf8fcbeb4c (diff) | |
| download | brew-2afa1c3b86356292a751468bf67bc615bb6594f5.tar.bz2 | |
tap: change core formula tap naming.
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 460b4bb47..585f669ca 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -451,7 +451,7 @@ class Formula      if path.realpath.to_s =~ HOMEBREW_TAP_DIR_REGEX        "#$1/#$2"      elsif core_formula? -      "mxcl/master" +      "Homebrew/homebrew"      else        "path or URL"      end  | 
