tap: restore old repo key

Fixes #18444
This commit is contained in:
Carlo Cabrera 2024-09-28 02:02:09 +08:00
parent 7156fb7d3a
commit 4ab8f485d5
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

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