From 0f6192152ebe2908f010b11ad46fb4135c76d4af Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Wed, 17 Sep 2014 11:59:12 +0530 Subject: [PATCH] disable auto update --- bench/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/cli.py b/bench/cli.py index f9645f13..9e67729e 100644 --- a/bench/cli.py +++ b/bench/cli.py @@ -108,7 +108,7 @@ def update(pull=False, patch=False, build=False, bench=False, auto=False, restar if conf.get('release_bench'): print 'Release bench, cannot update' sys.exit(1) - if auto and not conf.get('auto_update'): + if auto: sys.exit(1) if bench and conf.get('update_bench_on_update'): update_bench()