From 93d8f615e2c1dc3f5154cc82a608198b7a549e6c Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 2 Dec 2024 14:06:13 -0500 Subject: [PATCH] Fixes #38054 - Add full GPG Key URL to repo info --- lib/hammer_cli_katello/repository.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hammer_cli_katello/repository.rb b/lib/hammer_cli_katello/repository.rb index dc740571..2f7fbe13 100644 --- a/lib/hammer_cli_katello/repository.rb +++ b/lib/hammer_cli_katello/repository.rb @@ -110,6 +110,7 @@ class InfoCommand < HammerCLIKatello::InfoCommand field :id, _("Id"), Fields::Field, :hide_blank => true field :name, _("Name"), Fields::Field, :hide_blank => true end + field :full_gpg_key_path, _("GPG Key Path"), Fields::Field, :hide_blank => true end label _("Sync") do