Skip to content

Commit

Permalink
fix: correct service title
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Mar 6, 2020
1 parent ea74d1d commit 91bf720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-functions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91bf720

Please sign in to comment.