[dak/master] :
Signed-off-by: Mark Hymers <mhy@debian.org>
---
dak/transitions.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dak/transitions.py b/dak/transitions.py
index 4327f5b..00348f2 100755
--- a/dak/transitions.py
+++ b/dak/transitions.py
@@ -465,7 +465,7 @@ def check_transitions(transitions):
subst['__DAK_ADDRESS__'] = Cnf["Dinstall::MyEmailAddress"]
subst['__BCC__'] = 'X-DAK: dak transitions'
if Cnf.has_key("Dinstall::Bcc"):
- subst["__BCC__"] += '\nBcc: %s' % Cnf["Dinstall:Bcc"]
+ subst["__BCC__"] += '\nBcc: %s' % Cnf["Dinstall::Bcc"]
message = utils.TemplateSubst(subst,
os.path.join(Cnf["Dir::Templates"], 'transition.removed'))
utils.send_mail(message)
--
1.5.6.5
Reply to: