Skip to content

Commit

Permalink
Fix typo in gpgkey
Browse files Browse the repository at this point in the history
The PR ComplianceAsCode#12767 fixed the swap of pkg_relase and pkg_version, but unfortunately,
it hasn't fixed the typo in the pkg_release, so we will fix it now.
  • Loading branch information
jan-cerny committed Jan 10, 2025
1 parent 04c056a commit 00cfa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/rhel10/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dconf_gdm_dir: "distro.d"
faillock_path: "/var/log/faillock"

# The fingerprints below are retrieved from https://access.redhat.com/security/team/key
pkg_release: "4ae0493c"
pkg_release: "4ae0493b"
pkg_version: "fd431d51"
aux_pkg_release: "6229229e"
aux_pkg_version: "5a6340b3"
Expand Down

0 comments on commit 00cfa7b

Please sign in to comment.