Merge pull request #18445 from Homebrew/tap-json
tap: restore old `repo` key
This commit is contained in:
commit
292c83d140
@ -886,7 +886,7 @@ class Tap
|
|||||||
hash = {
|
hash = {
|
||||||
"name" => name,
|
"name" => name,
|
||||||
"user" => user,
|
"user" => user,
|
||||||
"repository" => repository,
|
"repo" => repository,
|
||||||
"path" => path.to_s,
|
"path" => path.to_s,
|
||||||
"installed" => installed?,
|
"installed" => installed?,
|
||||||
"official" => official?,
|
"official" => official?,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user