Browse Source

fix: cosmetic fixes. !mimor

raw-remaining-args
Valentin Lab 8 years ago
parent
commit
da16c41197
  1. 4
      bin/compose

4
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")

Loading…
Cancel
Save