Skip to content

Commit

Permalink
Renaming function
Browse files Browse the repository at this point in the history
  • Loading branch information
Anavelyz committed Aug 16, 2024
1 parent d68119f commit 4ac70bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scicookie/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def clean_up_build_system():
remove_dir("build-system")


def ci_clean_up():
def clean_up_ci():
if not USE_CIRCLECI:
remove_dir(".circleci")
if USE_GITHUB_ACTIONS:
Expand Down Expand Up @@ -410,7 +410,7 @@ def prepare_git() -> None:
def post_gen():
# keep this one first, because it changes the package folder
clean_up_project_layout()
ci_clean_up()
clean_up_ci()
clean_up_automation()
clean_up_cli()
clean_up_code_of_conduct()
Expand Down

0 comments on commit 4ac70bb

Please sign in to comment.