Drive by bug fix

Former-commit-id: 21104f6b18
This commit is contained in:
David Boreham 2023-03-09 14:26:15 -07:00
parent 5b79195f86
commit 75e5c1d7f1

View File

@ -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: