Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion comfy_cli/registry/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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

Check warning on line 39 in comfy_cli/registry/config_parser.py

View check run for this annotation

Codecov / codecov/patch

comfy_cli/registry/config_parser.py#L39

Added line #L39 was not covered by tests

comfy = tomlkit.table()
comfy["PublisherId"] = ""
Expand Down
Loading