diff options
| author | Alyssa Ross | 2016-09-05 01:11:36 +0100 |
|---|---|---|
| committer | Alyssa Ross | 2016-09-05 01:19:08 +0100 |
| commit | 65ee5408c3d000393c1b73bfe8fb731a651ee281 (patch) | |
| tree | c9c68f12bba237f4e556493eab85d9ee00899905 /Library/Homebrew/test/fixtures | |
| parent | c17664b124a84c7b6f8373337b3623003ca30772 (diff) | |
| download | brew-65ee5408c3d000393c1b73bfe8fb731a651ee281.tar.bz2 | |
Replace install_name/install_ref with alias_path
Diffstat (limited to 'Library/Homebrew/test/fixtures')
| -rw-r--r-- | Library/Homebrew/test/fixtures/receipt.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/fixtures/receipt.json b/Library/Homebrew/test/fixtures/receipt.json index cf93f932d..39dcaea07 100644 --- a/Library/Homebrew/test/fixtures/receipt.json +++ b/Library/Homebrew/test/fixtures/receipt.json @@ -11,7 +11,7 @@ "poured_from_bottle": true, "time": 1403827774, "HEAD": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef", - "install_name": "test-formula", + "alias_path": "test-formula", "stdlib": "libcxx", "compiler": "clang", "source": { |
