summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-09 11:43:24 +0100
committerRemi Collet <remi@php.net>2024-01-09 11:43:24 +0100
commit9cfb695d65eb3dc272233048061590af54b57fe1 (patch)
tree7c7c0e76f6a553e93392b5c28501e41c1240f421
parent2b203a2087beea72298b1da6fc481174d57a98d1 (diff)
typo
-rwxr-xr-xmkallrepo2
1 files changed, 1 insertions, 1 deletions
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