Skip to content

Commit 4e77428

Browse files
authored
modify factory_v1 (#516)
1 parent 09ef857 commit 4e77428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucm/store/factory_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ def create_connector(cls, connector_name: str, config: dict) -> UcmKVStoreBaseV1
5858

5959

6060
UcmConnectorFactoryV1.register_connector(
61-
"UcmPcStoreV1", "ucm.store.pcstore.pcstore_connector_v1", "UcmPcStoreV1"
61+
"UcmNfsStore", "ucm.store.pcstore.pcstore_connector_v1", "UcmPcStoreV1"
6262
)

0 commit comments

Comments
 (0)