From d07eebd31cefcd782d76c606a7d5e29b9af5fe9f Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 31 Mar 2025 06:50:35 +0000 Subject: [PATCH] fix: flag for reconstruct command --- src/client/client_vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/client_vars.py b/src/client/client_vars.py index 2e31061..ac5752a 100644 --- a/src/client/client_vars.py +++ b/src/client/client_vars.py @@ -3,7 +3,7 @@ from src.env_vars import NOMOS_IMAGE, HTTP_PROXY_IMAGE nomos_cli = { "reconstruct": { "image": NOMOS_IMAGE, - "flags": [{"--app-blobs": [0]}], # Value [] is a list of indexes into list of values required for the flag + "flags": [{"--app-shares": [0]}], # Value [] is a list of indexes into list of values required for the flag "volumes": [], "ports": [], "entrypoint": "",