Fixed typo in "update" cli command (#1609)

This commit is contained in:
Alexander Piskun
2025-03-05 11:00:19 +03:00
committed by GitHub
parent 3de17b2fa6
commit 27706f37f6

View File

@ -711,7 +711,7 @@ def uninstall(
for_each_nodes(nodes, act=uninstall_node)
@app.command(help="Disable custom nodes")
@app.command(help="Update custom nodes")
def update(
nodes: List[str] = typer.Argument(
...,