Signed-off-by: Allan McRae <[email protected]>
---
scripts/repo-add.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 504cae9..5a3bf23 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -208,7 +208,7 @@ create_signature() {
gpg --detach-sign --use-agent ${SIGNWITHKEY} "$dbfile" &>/dev/null ||
ret=$?
if (( ! ret )); then
- msg2 "$(gettext "Created signature file %s.")"
"${dbfile##*/.tmp.}.sig"
+ msg2 "$(gettext "Created signature file '%s'")"
"${dbfile##*/.tmp.}.sig"
else
warning "$(gettext "Failed to sign package database.")"
fi
--
1.7.12.1