diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index 7de3dc6..8a4e1a4 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -18,7 +18,7 @@ print("Initializing Git repository...") try: - # On Windows, shell=True is required to resolve commands like 'poetry' if they are batch files + # On Windows, shell=True is required to resolve commands like 'uv' if they are batch files # or not strictly executables. On POSIX, shell=False is preferred. use_shell = sys.platform == "win32"