diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index f53d65b7..b5bdd062 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -29,7 +29,7 @@ def remove_path(path: str) -> None: ): remove_path(PROJECT_DIRECTORY / f) else: - remove_path(PROJECT_DIRECTORY / "style/variable.css") + remove_path(PROJECT_DIRECTORY / "style/variables.css") if not "{{ cookiecutter.kind }}".lower() == "server": for f in (