diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index 06b1e303..70b0a1b8 100644 --- a/trustgraph-cli/pyproject.toml +++ b/trustgraph-cli/pyproject.toml @@ -87,7 +87,7 @@ tg-get-config-item = "trustgraph.cli.get_config_item:main" tg-put-config-item = "trustgraph.cli.put_config_item:main" tg-delete-config-item = "trustgraph.cli.delete_config_item:main" tg-list-collections = "trustgraph.cli.list_collections:main" -tg-update-collection = "trustgraph.cli.update_collection:main" +tg-set-collection = "trustgraph.cli.set_collection:main" tg-delete-collection = "trustgraph.cli.delete_collection:main" [tool.setuptools.packages.find] diff --git a/trustgraph-cli/trustgraph/cli/update_collection.py b/trustgraph-cli/trustgraph/cli/set_collection.py similarity index 100% rename from trustgraph-cli/trustgraph/cli/update_collection.py rename to trustgraph-cli/trustgraph/cli/set_collection.py