diff --git a/laminci/__main__.py b/laminci/__main__.py index 3041a5d..78da384 100644 --- a/laminci/__main__.py +++ b/laminci/__main__.py @@ -163,6 +163,6 @@ def main(): print(f"\nrun: {command}") run(command, shell=True) elif args.command == "doc-changes": - from ._docs_changes import doc_changes + from ._doc_changes import doc_changes doc_changes()