Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-02 15:43:39 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-02 15:43:39 (GMT)
commit646e5a22e74f7452c8be2c4d745a13ec38d30ad6 (patch)
tree24147b3cfbab060486223df0316e04b477fdb58f /scripts
parent5dfd6c5f6f6ba817a4bf51e67495b0a4158c3b0d (diff)
Fix broken variable name
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 63667b3..ab655a4 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -393,7 +393,7 @@ def run_checks(distro, checks):
print "Failed checks\n"
for check in failed_checks:
- print "[%s] %s" % (info["checker"], info["check"])
+ print "[%s] %s" % (check["checker"], check["check"])
def start_xvfb():
xvfb_proc = subprocess.Popen(args=["Xvfb", xvfb_display],