Skip to content

Commit

Permalink
Fixes #38054 - Add full GPG Key URL to repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Dec 3, 2024
1 parent be22dc0 commit 93d8f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hammer_cli_katello/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93d8f61

Please sign in to comment.