From a27a012c917dc06d6dfeb89630547b59f35b0460 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 23 Oct 2021 19:33:16 -0400 Subject: [PATCH] feat: allow quiet header for :info command --- common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-functions b/common-functions index 5fe6a43..041f3ef 100755 --- a/common-functions +++ b/common-functions @@ -463,7 +463,7 @@ service_info() { "--version: $(service_version "$SERVICE")" ) if [[ -z "$INFO_FLAG" ]]; then - dokku_log_info2 "$SERVICE $PLUGIN_COMMAND_PREFIX service information" + dokku_log_info2_quiet "$SERVICE $PLUGIN_COMMAND_PREFIX service information" for flag in "${flag_map[@]}"; do key="$(echo "${flag#--}" | cut -f1 -d' ' | tr - ' ')" dokku_log_verbose "$(printf "%-20s %-25s" "${key^}" "${flag#*: }")"