specify what directory is being signed

This commit is contained in:
nervuri 2021-03-21 16:36:44 +00:00
parent bf15e17fe7
commit e41ddfe49d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if [ "$action" = 'sign' ]; then
tar -czf signature-bundle-unsigned --remove-files key.pub SHA256SUMS
# Sign the archive
echo "Signing with $datadir/signify/key.sec"
echo "Signing \`$target\` with \`$datadir/signify/key.sec\`"
signify -Sz -s "$secret_key" -m signature-bundle-unsigned -x signature-bundle || exit 1
rm signature-bundle-unsigned