Merge pull request #18445 from Homebrew/tap-json

tap: restore old `repo` key
This commit is contained in:
Bo Anderson 2024-09-27 19:58:30 +01:00 committed by GitHub
commit 292c83d140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -886,7 +886,7 @@ class Tap
hash = {
"name" => name,
"user" => user,
"repository" => repository,
"repo" => repository,
"path" => path.to_s,
"installed" => installed?,
"official" => official?,