Ensure the plugin listing command is not the deprecated one but the new plugin:list one instead

This commit is contained in:
Weyert de Boer
2017-04-17 16:22:23 +01:00
parent 8cac7ee63f
commit 442d2cc414

View File

@@ -18,7 +18,7 @@ dokku_report_cmd() {
docker run --rm -ti gliderlabs/herokuish:latest herokuish version
dokku_log_info1 "dokku version: $(dokku version)"
dokku_log_info1 "dokku plugins: "
dokku plugin
dokku plugin:list
}
dokku_report_cmd "$@"