diff options
| author | Joshua Morten | 2016-12-13 15:40:31 -0800 |
|---|---|---|
| committer | Joshua Morten | 2016-12-13 15:40:31 -0800 |
| commit | 6eb7aa6d4dfa22a1075274b226fc020ccee1e1d6 (patch) | |
| tree | 7753f0e6ec5ac9c94de97202586b727af2642ec4 /Library/Homebrew/test/tab_test.rb | |
| parent | 99f42146c06333f820f45ed1940c5487990e2b31 (diff) | |
| download | brew-6eb7aa6d4dfa22a1075274b226fc020ccee1e1d6.tar.bz2 | |
fix typo
Diffstat (limited to 'Library/Homebrew/test/tab_test.rb')
| -rw-r--r-- | Library/Homebrew/test/tab_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/tab_test.rb b/Library/Homebrew/test/tab_test.rb index ef653103c..5d83b5907 100644 --- a/Library/Homebrew/test/tab_test.rb +++ b/Library/Homebrew/test/tab_test.rb @@ -105,7 +105,7 @@ class TabTests < Homebrew::TestCase def test_from_file path = Pathname.new("#{TEST_FIXTURE_DIR}/receipt.json") tab = Tab.from_file(path) - source_path = "/usr/local/Library/Taps/hombrew/homebrew-core/Formula/foo.rb" + source_path = "/usr/local/Library/Taps/homebrew/homebrew-core/Formula/foo.rb" runtime_dependencies = [{ "full_name" => "foo", "version" => "1.0" }] changed_files = %w[INSTALL_RECEIPT.json bin/foo] |
