mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Ensure the plugin listing command is not the deprecated one but the new plugin:list one instead
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user