From 4bc4d3edbdc8ba2333bbf9a480d4b8bdbe2a9aab Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 8 Feb 2016 09:41:34 +0700 Subject: [PATCH] fix: dev: cosmetic !minor --- bin/compose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose b/bin/compose index 84486f6..48d9c51 100755 --- a/bin/compose +++ b/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