summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-01 10:47:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-01 10:47:18 +0200
commit99eaf4fce6570f0774bc8695aa5511e46141d4da (patch)
tree9253b5e1c289e3b330780c3522d2e8c2b454c691 /bin/reproducible_notes.py
parent3c9906db5bbd695dfb7d2de66ecd0ec9e8a1bbf8 (diff)
downloadjenkins.debian.net-99eaf4fce6570f0774bc8695aa5511e46141d4da.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_notes.py')
-rwxr-xr-xbin/reproducible_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 80328fac..d8276635 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -51,7 +51,7 @@ def load_notes():
+ '\nThis means there is no tested ' +
'package with the name ' + pkg)
kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf',
- '--relay-msg', 'There is problem with the note for '+pkg+' - please investigate']]
+ '--relay-msg', 'There is problem with the note for '+pkg+' - please investigate' ]
call(kgb)
else:
notes[pkg] = []