Compare commits

...

2 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
fb1b189aea Release 1.11.1 2020-03-06 10:20:27 -05:00
Jose Diaz-Gonzalez
e216b97c23 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 redis service plugin"
version = "1.11.0"
version = "1.11.1"
[plugin.config]