Skip to content

Commit

Permalink
Fix for bug introduced in 'refactor: optimize cli usage Undertone0809…
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Sep 19, 2024
1 parent e6ff984 commit 577a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p3g/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():

def generate_proj():
subprocess.run(
["cookiecutter", "gh:Undertone0809/P3G", "--checkout", version("p3g")]
["cookiecutter", "gh:Undertone0809/P3G", "--checkout", "v" + version("p3g")]
)


Expand Down

0 comments on commit 577a5aa

Please sign in to comment.