Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-15 12:04:54 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 12:04:54 (GMT)
commite12622655f113eb095088c829618e369cf5381e5 (patch)
tree98e3601413eb6904010c15bb5bdbfe618ae71ca9 /devbot
parentf1979c31bd23f247f422d931883ae3e6b9d6b8b0 (diff)
Update a run_checks call I missed before
Diffstat (limited to 'devbot')
-rw-r--r--devbot/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/system.py b/devbot/system.py
index 46529e5..4b2caea 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -185,7 +185,7 @@ def check(remove=False, update=False, test=False):
packages = config.load_packages()
checks = config.load_prerequisites()
- if not run_checks(distro_name, checks, packages):
+ if not run_checks(package_manager, checks, packages):
sys.exit(1)
xvfb_proc, orig_display = start_xvfb()