From 4ab8f485d593889d2147b4e064df44ee46ef5d1f Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sat, 28 Sep 2024 02:02:09 +0800 Subject: [PATCH] tap: restore old `repo` key Fixes #18444 --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 88c3e18552..3798f601ee 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -886,7 +886,7 @@ class Tap hash = { "name" => name, "user" => user, - "repository" => repository, + "repo" => repository, "path" => path.to_s, "installed" => installed?, "official" => official?,