mirror of
https://github.com/minio/mc.git
synced 2025-11-12 01:02:26 +03:00
Fix error message wording in mc admin commands (#2887)
This commit is contained in:
@@ -111,7 +111,7 @@ func mainAdminTopLocks(ctx *cli.Context) error {
|
||||
|
||||
// Create a new MinIO Admin Client
|
||||
client, err := newAdminClient(aliasedURL)
|
||||
fatalIf(err, "Cannot get a configured admin connection.")
|
||||
fatalIf(err, "Unable to initialize admin connection.")
|
||||
|
||||
// Call top locks API
|
||||
entries, e := client.TopLocks()
|
||||
|
||||
Reference in New Issue
Block a user