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#*: }")"