From 9cfb695d65eb3dc272233048061590af54b57fe1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jan 2024 11:43:24 +0100 Subject: typo --- mkallrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkallrepo b/mkallrepo index 313ec6e..5758e09 100755 --- a/mkallrepo +++ b/mkallrepo @@ -58,7 +58,7 @@ if [ -s $TMPSIG ]; then grep src.rpm $TMPSIG > $TMPSIG2024 if [ -s $TMPSIG2024 ]; then - echo "== Signature des $(cat $TMPSIG2023 | wc -l) nouveaux RPM (2024) ==" + echo "== Signature des $(cat $TMPSIG2024 | wc -l) nouveaux RPM (2024) ==" if rpmsign --define '_gpg_path /home/remi/.gnupgrpm' --define "_gpg_name CF1DF0057CE85DFF5B2F2A37C2FD3B2C2A0948E4" --addsign $(cat $TMPSIG2024) then echo done. else exit 1 -- cgit