summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xobbench2
1 files changed, 1 insertions, 1 deletions
diff --git a/obbench b/obbench
index f7caa25..2b57be9 100755
--- a/obbench
+++ b/obbench
@@ -233,7 +233,7 @@ class ObnamBenchmarker(cliapp.Application):
f.write('</tr>\n')
f.write('<tr>\n')
- for index, step in enumerate(objs['steps']):
+ for index, step in enumerate(obj['steps']):
if 'obnam' not in step:
continue