From 21104f6b186153d16aca102ef879c4f791e44b25 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 9 Mar 2023 14:26:15 -0700 Subject: [PATCH] Drive by bug fix --- app/deploy_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/deploy_system.py b/app/deploy_system.py index 6a473684..94cf0263 100644 --- a/app/deploy_system.py +++ b/app/deploy_system.py @@ -304,7 +304,7 @@ def _orchestrate_cluster_config(ctx, cluster_config, docker, container_exec_env) print(f"fetched source value: {source_value}") destination_output = docker.compose.execute(pd.destination_container, ["sh", "-c", - f"sh /scripts/import-{pd.destination_variable}.sh {pd.source_variable}"], + f"sh /scripts/import-{pd.destination_variable}.sh {source_value}"], tty=False, envs=container_exec_env) if ctx.debug: