aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/check-latest-link2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/check-latest-link b/Tools/scripts/check-latest-link
index ef3ba8d81dac..b72141e926af 100644
--- a/Tools/scripts/check-latest-link
+++ b/Tools/scripts/check-latest-link
@@ -69,7 +69,7 @@ maint=$(awk '{print $2}' < .latest_full | sort -ui | tr '\n' ',')
if [ "${NOMAIL}" = "0" ]; then
for i in ${maint}; do
- mail -s "Ports with duplicate LATEST_LINKS" $i < .latest_mail
+ mail -s "Ports with duplicate LATEST_LINKs" $i < .latest_mail
done
else
cat .latest_mail