[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fix C/P error



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 config/debian/common |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/common b/config/debian/common
index 3e8aefb..3a45b45 100644
--- a/config/debian/common
+++ b/config/debian/common
@@ -50,7 +50,7 @@ function make_buildd_dir () {
 # Process (oldstable)-proposed-updates "NEW" queue
 function punew_do() {
     date -u -R >> REPORT
-    dak process-policy $1 | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in $1" debian-release@lists.debian.org -- -F "Debian FTP Masters" -f 
+    dak process-policy $1 | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in $1" debian-release@lists.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org
     echo >> REPORT
 }
 
-- 
1.7.2.5


Reply to: