Compare commits

...

2 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
d6df977b40 Release 1.10.1 2020-03-06 10:20:14 -05:00
Jose Diaz-Gonzalez
b3bd0eed5a 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 mysql service plugin"
version = "1.10.0"
version = "1.10.1"
[plugin.config]