From 807850562679ab0307ccd0b51cf4ec08e6d0cda7 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 15 Nov 2019 12:11:14 +0100 Subject: [PATCH] fix: spurious space in debug information !minor 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 5dd38f9..98f3163 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -2402,7 +2402,7 @@ get_all_relations () { done < "${cache_file}.wip" > "${cache_file}.wip.new" mv "${cache_file}.wip.new" "${cache_file}.wip" if [ "$found" ]; then ## this "use" declaration was satisfied - debug "${DARKYELLOW}$service${NORMAL} use declaration for relation " \ + debug "${DARKYELLOW}$service${NORMAL} use declaration for relation" \ "${DARKBLUE}$relation_name${NORMAL} is satisfied with ${DARKYELLOW}$found${NORMAL}" continue fi