Commit 897dc530 authored by Michal Čihař's avatar Michal Čihař

Fix attribute name

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4cebd782
......@@ -49,7 +49,7 @@ class Command(BaseCommand):
else:
checks = Check.objects.filter(ignore=True)
for check in checks:
name = '%s-%s' % (check.check, check.checksum)
name = '%s-%s' % (check.check, check.contentsum)
units = get_related_units(check)
if not units.exists():
continue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment