Skip to content

Commit

Permalink
Improve error message slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer authored and behrmann committed Mar 4, 2025
1 parent 686f57d commit 8ecd5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi/installer/rpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def find_rpm_gpgkey(

if required:
die(
f"{key} GPG key not found in /usr/share/distribution-gpg-keys",
f"{key} GPG key not found in /usr/share/distribution-gpg-keys or /etc/pki/rpm-gpg",
hint="Make sure the distribution-gpg-keys package is installed",
)

Expand Down

0 comments on commit 8ecd5c5

Please sign in to comment.