Compare commits

...

2 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
89f080cb51 Release 1.10.1 2020-03-06 10:20:20 -05:00
Jose Diaz-Gonzalez
91bf720861 fix: correct service title 2020-03-06 10:19:43 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
[plugin]
description = "dokku postgres service plugin"
version = "1.10.0"
version = "1.10.1"
[plugin.config]