Skip to content

Commit 5620697

Browse files
committed
fix: adjust post_gen_project.py main block to call the correct function
1 parent addd1ca commit 5620697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ def remove_readonly(func: Callable[[str], Any], path: str, _: Any) -> None:
6363

6464

6565
if __name__ == "__main__":
66-
reindent_cookiecutter_json()
66+
post_gen_project()

0 commit comments

Comments
 (0)