Skip to content

Commit a23c0e8

Browse files
authored
use gh:comfy-org/cookiecutter-comfy-extension instead (#310)
1 parent c21a893 commit a23c0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_cli/command/custom_nodes/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ def scaffold_cookiecutter():
953953

954954
try:
955955
cookiecutter.main.cookiecutter(
956-
"https://github.com/Comfy-Org/cookiecutter-comfy-extension.git",
956+
"gh:comfy-org/cookiecutter-comfy-extension",
957957
overwrite_if_exists=True,
958958
)
959959
console.print("[bold green]✓ Custom node project created successfully![/bold green]")

0 commit comments

Comments
 (0)