Skip to content

Commit 6d35be1

Browse files
authored
fix(config-parser): update registry domain into latest (#276)
1 parent 67f880d commit 6d35be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_cli/registry/config_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def create_comfynode_config():
3636

3737
# Create the tool table
3838
tool = tomlkit.table()
39-
document.add(tomlkit.comment(" Used by Comfy Registry https://comfyregistry.org"))
39+
document.add(tomlkit.comment(" Used by Comfy Registry https://registry.comfy.org"))
4040

4141
comfy = tomlkit.table()
4242
comfy["PublisherId"] = ""

0 commit comments

Comments
 (0)