diff options
| author | Xu Cheng | 2016-03-07 18:04:25 +0800 | 
|---|---|---|
| committer | Xu Cheng | 2016-03-07 19:43:46 +0800 | 
| commit | 28f3dae8cd5bf975121090cb58262b8344a3917c (patch) | |
| tree | 3b2b793a3c715b401d5ef9288d5c108f334e4aa2 /Library/Homebrew/cmd/untap.rb | |
| parent | 2b32cfe7b0b0171da97a96d6e1f9ed3ec92e7f6c (diff) | |
| download | brew-28f3dae8cd5bf975121090cb58262b8344a3917c.tar.bz2 | |
rename CoreFormulaRepository to CoreTap
Core tap will be separated from core code in the near future.
It makes sense to rename it to CoreTap.
Diffstat (limited to 'Library/Homebrew/cmd/untap.rb')
| -rw-r--r-- | Library/Homebrew/cmd/untap.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/untap.rb b/Library/Homebrew/cmd/untap.rb index 8f14258f3..52e1e9a18 100644 --- a/Library/Homebrew/cmd/untap.rb +++ b/Library/Homebrew/cmd/untap.rb @@ -6,7 +6,7 @@ module Homebrew      ARGV.named.each do |tapname|        tap = Tap.fetch(tapname) -      raise "Homebrew/homebrew is not allowed" if tap.core_formula_repository? +      raise "Homebrew/homebrew is not allowed" if tap.core_tap?        tap.uninstall      end    end  | 
