diff --git a/bin/compose b/bin/compose index 938ad4f..8bcea1f 100755 --- a/bin/compose +++ b/bin/compose @@ -1882,10 +1882,10 @@ case "$action" in case "$action_type" in "relation") read-0 _ target_service relation_name - debug "Found action $DARKYELLOW${action_posargs[0]}$NORMAL/$DARKBLUE$relation_name$NORMAL/$DARKCYAN$action$NORMAL (in $DARKYELLOW$target_service$NORMAL)." + debug "Found action $DARKYELLOW${action_posargs[0]}$NORMAL/$DARKBLUE$relation_name$NORMAL/$DARKCYAN$action$NORMAL (in $DARKYELLOW$target_service$NORMAL)" ;; "direct") - debug "Found action $DARKYELLOW${action_posargs[0]}$NORMAL.$DARKCYAN$action$NORMAL." + debug "Found action $DARKYELLOW${action_posargs[0]}$NORMAL.$DARKCYAN$action$NORMAL" ;; esac } < <(has_service_action "${action_posargs[0]}" "$action")