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?,