Skip to content

Commit

Permalink
fix: cluster_mgr.py to use CLUSTER MYID (#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakaz authored Aug 5, 2024
1 parent faea4ee commit 38fba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cluster_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, host, port):
self.port = port

def update_id(node):
node.id = send_command(node, ["dflycluster", "myid"])
node.id = send_command(node, ["cluster", "myid"])
print(f"- ID {node.id}")


Expand Down

0 comments on commit 38fba1d

Please sign in to comment.