Skip to content
Snippets Groups Projects
Verified Commit 262c297a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

lister.cli: Fix spelling typo

parent 1756e2ef
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ def cli(db_url, listers, drop_tables):
insert_minimum_data(_lister)
except Exception:
logger.warning(
'Failed to insert minumum data in %s', lister)
'Failed to insert minimum data in %s', lister)
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment