signfile: alter msg color

This commit is contained in:
udeved 2016-06-07 14:51:50 +02:00
parent ccaf01d6fc
commit 93fc1a50a2

View file

@ -25,5 +25,5 @@ if [ ! -e "$1" ]; then
exit 1
fi
msg "Signing %s with key %s" "$1" "${GPGKEY}..."
msg2 "Signing %s with key %s" "$1" "${GPGKEY}..."
gpg --detach-sign --use-agent -u "${GPGKEY}" "$1"