Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch authored Jun 11, 2023
1 parent ed7853b commit 3b6d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def delete_line_in_file(filepath: str, line_starts_with: str):

return_code = os.system(
"""
echo "Initializing your new project in in $(pwd). This might take a while"
echo "Initializing your new project in $(pwd). This might take a while"
# THIS IS A NAIVE HACK TO PREVENT COOKIECUTTER FROM RENDERING IN GITHUB WORKFLOWS
cat .github/workflows/tox-addition.yaml >> .github/workflows/tox.yaml
Expand Down

0 comments on commit 3b6d1a1

Please sign in to comment.