Skip to content

Commit 267c843

Browse files
committed
BUGFIX:
- /dcs update wrong RPC call on remote nodes
1 parent b2190b5 commit 267c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/proxy/nodeproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async def dcs_update(self, branch: str | None = None, version: str | None = None
121121
data = await self.bus.send_to_node_sync({
122122
"command": "rpc",
123123
"object": "Node",
124-
"method": "update",
124+
"method": "dcs_update",
125125
"params": {
126126
"warn_times": warn_times,
127127
"branch": branch or "",

0 commit comments

Comments
 (0)