diff options
| author | Jack Nagel | 2014-06-22 15:00:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-22 15:03:17 -0500 |
| commit | 4d9d01893e61dc111736977a8faf1a5473de12a9 (patch) | |
| tree | 041fae5272b1cbf56a16e239f0c157a545a45838 /Library/Homebrew/cmd/edit.rb | |
| parent | 90183877ff25f1ea8e5575079754dcfbb51188c2 (diff) | |
| download | brew-4d9d01893e61dc111736977a8faf1a5473de12a9.tar.bz2 | |
Move deprecated Formula class methods to compat
These have all been moved to Formulary.
Diffstat (limited to 'Library/Homebrew/cmd/edit.rb')
| -rw-r--r-- | Library/Homebrew/cmd/edit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/edit.rb b/Library/Homebrew/cmd/edit.rb index 08c730d79..a81280004 100644 --- a/Library/Homebrew/cmd/edit.rb +++ b/Library/Homebrew/cmd/edit.rb @@ -26,7 +26,7 @@ module Homebrew else # Don't use ARGV.formulae as that will throw if the file doesn't parse paths = ARGV.named.map do |name| - name = Formula.canonical_name name + name = Formulary.canonical_name(name) Formula.path(name) end unless ARGV.force? |
