summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 8a8e619e..9ae63e6e 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -350,7 +350,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
mv $NOTE $TMPFILE
cat $TMPFILE | mail -s "reproducible.debian.net status changes for $NOTE" \
-a "From: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>" \
- $NOTE@packages.debian.org
+ $(basename $NOTE)@packages.debian.org
rm -f $TMPFILE
done
fi