diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-06 20:40:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-06 20:40:58 +0200 |
commit | 48a2ac644e780a643952da08c3ce0ea768965f76 (patch) | |
tree | 28f61b82d523c538389324c59ba7041a435d0d88 | |
parent | 4e94b85e44423bd819af38565595a6c8758d79e0 (diff) | |
download | jenkins.debian.net-48a2ac644e780a643952da08c3ce0ea768965f76.tar.xz |
fix typo
-rw-r--r-- | job-cfg/lintian-tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index cfddfe39..48999f7e 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -31,7 +31,7 @@ - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' publishers: - email: - recipients: '[my_recipients}' + recipients: '{my_recipients}' - job-template: defaults: lintian-tests |