From e35be8538190f3eedf80ff77e47b50ba9448a333 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 7 Sep 2020 17:25:10 +0200 Subject: [PATCH] fix: dev: [compose-core] invalid caching key in function ``get_service_relation`` Signed-off-by: Valentin Lab --- bin/compose-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose-core b/bin/compose-core index 7ff4446..b8dcc30 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -2069,7 +2069,7 @@ export -f get_service_relations get_service_relation() { - local service="$1" relation="$2" cache_file="$state_tmpdir/$FUNCNAME.cache.$1" \ + local service="$1" relation="$2" cache_file="$state_tmpdir/$FUNCNAME.cache.$1.$2" \ rn ts rc td if [ -e "$cache_file" ]; then #debug "$FUNCNAME: SESSION cache hit $1"