X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_accepted.py;h=7f42d405753382ef7f7e6c51e43a5e7c50f56db5;hb=6c92853af8a7ca65fad19cb0f1a0ffaecec48fb7;hp=e03f798459b163d0b0b04c36f85a098e57b08a1e;hpb=021ab67920bbf31549ba7c9d1c85f14e32f5c428;p=dak.git diff --git a/dak/process_accepted.py b/dak/process_accepted.py index e03f7984..7f42d405 100755 --- a/dak/process_accepted.py +++ b/dak/process_accepted.py @@ -538,7 +538,7 @@ def stable_install (summary, short_summary): if not Options["No-Mail"] and changes["architecture"].has_key("source"): Subst["__SUITE__"] = " into stable" Subst["__SUMMARY__"] = summary - mail_message = daklib.utils.TemplateSubst(Subst,Cnf["Dir::Templates"]+"/process-accepted.installed") + mail_message = daklib.utils.TemplateSubst(Subst,Cnf["Dir::Templates"]+"/process-accepted.install") daklib.utils.send_mail(mail_message) Upload.announce(short_summary, 1)