diff options
| author | Jack Nagel | 2013-01-23 00:26:20 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-26 11:37:00 -0600 |
| commit | d8a83073ff69ea70f375238d810f833624823ea8 (patch) | |
| tree | bd7aaa6a29fbda197d05d464a9aa228127237e04 /Library/Homebrew/formula_installer.rb | |
| parent | a3daca1b132d072070fd35236da6ce32ffc973b7 (diff) | |
| download | brew-d8a83073ff69ea70f375238d810f833624823ea8.tar.bz2 | |
Clean up Tab creation
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 3c8066120..1c312ddfa 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -243,7 +243,7 @@ class FormulaInstaller raise "Empty installation" if Dir["#{f.prefix}/*"].empty? - Tab.for_install(f, args).write # INSTALL_RECEIPT.json + Tab.create(f, args).write # INSTALL_RECEIPT.json rescue Exception => e ignore_interrupts do |
