From 943f1249f497cb5e746d6dab228d0c8de3587031 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 20 Mar 2020 15:59:03 -0400 Subject: [PATCH] feat: add service-specific header to info call --- common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-functions b/common-functions index eff86b3..38f2abe 100755 --- a/common-functions +++ b/common-functions @@ -394,7 +394,7 @@ service_info() { "--version: $(service_version "$SERVICE")" ) if [[ -z "$INFO_FLAG" ]]; then - dokku_log_info2 "Container Information" + dokku_log_info2 "$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#*: }")"