Skip to content

Commit

Permalink
chore(signing): More descriptive log about missing image key
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Dec 7, 2024
1 parent 8b0d034 commit d496669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signing/signing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ! [ -d "/etc/pki/containers" ]; then
fi

if ! [ -f "/etc/pki/containers/${IMAGE_NAME_FILE}.pub" ]; then
echo "ERROR: Cannot find '.pub' image key in '/etc/pki/containers/'"
echo "ERROR: Cannot find '${IMAGE_NAME_FILE}.pub' image key in '/etc/pki/containers/'"
echo " BlueBuild CLI should have copied it, but it didn't"
exit 1
fi
Expand Down

0 comments on commit d496669

Please sign in to comment.