diff --git a/research/closure/result/result.json b/research/closure/result/result.json
index de92cb6..8180754 100644
--- a/research/closure/result/result.json
+++ b/research/closure/result/result.json
@@ -8,23 +8,23 @@
"INLINE_CATCH_INTERNAL_1": "",
"INLINE_CATCH_INTERNAL_2": "",
"INLINE_CATCH_ROOT": ".env",
- "INLINE_CATCH_RUN": "",
+ "INLINE_CATCH_RUN": "run",
"INTERNAL_1_CATCH_DOCKER": "",
"INTERNAL_1_CATCH_EXPORT": "export",
"INTERNAL_1_CATCH_INLINE": "",
"INTERNAL_1_CATCH_INTERNAL_2": "",
"INTERNAL_1_CATCH_ROOT": "",
- "INTERNAL_1_CATCH_RUN": "",
+ "INTERNAL_1_CATCH_RUN": "run",
"INTERNAL_2_CATCH_DOCKER": "",
"INTERNAL_2_CATCH_EXPORT": "export",
"INTERNAL_2_CATCH_INLINE": "",
"INTERNAL_2_CATCH_INTERNAL_1": "",
"INTERNAL_2_CATCH_ROOT": "",
- "INTERNAL_2_CATCH_RUN": "",
+ "INTERNAL_2_CATCH_RUN": "run",
"ROOT_CATCH_DOCKER": "",
"ROOT_CATCH_EXPORT": "export",
"ROOT_CATCH_INLINE": "",
"ROOT_CATCH_INTERNAL_1": "",
"ROOT_CATCH_INTERNAL_2": "",
- "ROOT_CATCH_RUN": ""
+ "ROOT_CATCH_RUN": "run"
}
diff --git a/research/closure/template/run.sh b/research/closure/template/run.sh
index ecfd50b..57be3e1 100755
--- a/research/closure/template/run.sh
+++ b/research/closure/template/run.sh
@@ -17,7 +17,7 @@ docker-compose run --rm \
###
envs_propagation > ../result/result.json
-###
+###
docker-compose config | ../../yaml2json.js 'services/^/environment' > ../result/result.json
set +x
diff --git a/research/overwrite/result/result.json b/research/overwrite/result/result.json
index eb948fc..28c6c50 100644
--- a/research/overwrite/result/result.json
+++ b/research/overwrite/result/result.json
@@ -16,5 +16,5 @@
"INTERNAL_1_OVERWRITE_RUN": ".file1",
"INTERNAL_2_OVERWRITE_ROOT": ".env",
"INTERNAL_2_OVERWRITE_RUN": ".file2",
- "ROOT_OVERWRITE_RUN": ".env"
+ "ROOT_OVERWRITE_RUN": "run"
}