diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-04 14:36:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-04 14:37:27 +0200 |
commit | 7e5df76353029aefeece93667be8f3a6401792e7 (patch) | |
tree | f4fe3a5a0e08178c7d5d269bee97890446d94170 | |
parent | ebf03db5f097be3375420dbed6cc807c2651fb04 (diff) | |
download | jenkins.debian.net-7e5df76353029aefeece93667be8f3a6401792e7.tar.xz |
reproducible: setup_notify: fix typo
-rwxr-xr-x | bin/reproducible_setup_notify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py index 02960ab3..0c853058 100755 --- a/bin/reproducible_setup_notify.py +++ b/bin/reproducible_setup_notify.py @@ -94,7 +94,7 @@ for package in packages: gen_packages_html(packages, no_clean=True) build_page('notify') -if deactivate: +if local_args.deactivate: _good('Notifications disabled for ' + str(len(packages)) + ' package(s)') else: _good('Notifications enabled for ' + str(len(packages)) + ' package(s)') |