Skip to content

Commit

Permalink
Update pre_gen_project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 26, 2024
1 parent 94cb693 commit 1884310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Exit to cancel project
sys.exit(1)

if not REPOSITORY_REGEX.match(python_package_name):
if not REPOSITORY_REGEX.match(repository_name):
print(
f"ERROR: {repository_name} is not a good version control repository name. "
f"Please do not use _ and use - instead."
Expand Down

0 comments on commit 1884310

Please sign in to comment.