Browse Source

fix: dev: cosmetic !minor

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

2
bin/compose

@ -1644,7 +1644,7 @@ get_default_target_services() {
local services=("$@")
if [ -z "${services[*]}" ]; then
if [ "$DEFAULT_SERVICES" ]; then
info "No service provided, using $WHITE\$DEFAULT_SERVICES$NORMAL variable." \
debug "No service provided, using $WHITE\$DEFAULT_SERVICES$NORMAL variable." \
"Target services: $DARKYELLOW$DEFAULT_SERVICES$NORMAL"
services="$DEFAULT_SERVICES"
else

Loading…
Cancel
Save