diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-01 10:47:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-01 10:47:18 +0200 |
commit | 99eaf4fce6570f0774bc8695aa5511e46141d4da (patch) | |
tree | 9253b5e1c289e3b330780c3522d2e8c2b454c691 | |
parent | 3c9906db5bbd695dfb7d2de66ecd0ec9e8a1bbf8 (diff) | |
download | jenkins.debian.net-99eaf4fce6570f0774bc8695aa5511e46141d4da.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_notes.py | 2 |
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] = [] |