Skip to content

Commit

Permalink
Minor: Fix a code typo
Browse files Browse the repository at this point in the history
The pre-gen Python script had a typo in the name of a function

Signed-off-by: notsatan <[email protected]>
  • Loading branch information
notsatan committed Jan 5, 2024
1 parent 5cb0c3b commit c218800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]


def lincese_generator():
def license_generator():
"""
Generates the appropriate license for the template from the given options
"""
Expand Down Expand Up @@ -177,7 +177,7 @@ def print_final_instructions():


runners: Callable[[Optional[Any]], None] = [
lincese_generator,
license_generator,
create_temp_directories,
remove_codecov,
disable_github_features,
Expand Down

0 comments on commit c218800

Please sign in to comment.