Browse Source

fix: spurious space in debug information !minor

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
test1
Valentin Lab 5 years ago
parent
commit
8078505626
  1. 2
      bin/compose-core

2
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

Loading…
Cancel
Save