From 944df2d394ff58e9c7dfc1f8bb9732ec6dcad0e7 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 3 Aug 2026 11:55:32 +0000 Subject: [PATCH] chore: fix comment --- python/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/deploy.py b/python/deploy.py index 6d6cf4e..d867527 100644 --- a/python/deploy.py +++ b/python/deploy.py @@ -170,7 +170,7 @@ http {{ content = content.replace(f":{port_num}", f":{port_num + offset}") f.write_text(content) - # Add config-file to wcli + # Add -cfg flag to wcli so it reads its own node.yaml for conf in Path(f"{instance}/etc").glob("*.conf"): c = conf.read_text() if "wcli run" in c and "-cfg" not in c: