diff --git a/netsigil b/netsigil index bc0b763..3e14c78 100755 --- a/netsigil +++ b/netsigil @@ -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