summaryrefslogtreecommitdiff
path: root/jasper.py
diff options
context:
space:
mode:
Diffstat (limited to 'jasper.py')
-rwxr-xr-xjasper.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/jasper.py b/jasper.py
index 1e3484b..d116ce9 100755
--- a/jasper.py
+++ b/jasper.py
@@ -138,8 +138,7 @@ if __name__ == "__main__":
"running properly.")
if args.diagnose:
- diag = diagnose.DiagnosticRunner()
- failed_checks = diag.run()
+ failed_checks = diagnose.run()
sys.exit(0 if not failed_checks else 1)
try: