summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_notify.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-04 14:36:24 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-04 14:37:27 +0200
commit7e5df76353029aefeece93667be8f3a6401792e7 (patch)
treef4fe3a5a0e08178c7d5d269bee97890446d94170 /bin/reproducible_setup_notify.py
parentebf03db5f097be3375420dbed6cc807c2651fb04 (diff)
downloadjenkins.debian.net-7e5df76353029aefeece93667be8f3a6401792e7.tar.xz
reproducible: setup_notify: fix typo
Diffstat (limited to 'bin/reproducible_setup_notify.py')
-rwxr-xr-xbin/reproducible_setup_notify.py2
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)')