From b3bd0eed5a74f98ee6b213a66c7c46eca9a23a11 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 6 Mar 2020 10:19:43 -0500 Subject: [PATCH] fix: correct service title --- common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-functions b/common-functions index 7ffc474..eff86b3 100755 --- a/common-functions +++ b/common-functions @@ -500,7 +500,7 @@ service_list() { return fi - dokku_log_info2_quiet "Postgres services" + dokku_log_info2_quiet "$PLUGIN_SERVICE services" for SERVICE in $SERVICES; do echo "$SERVICE" done