mirror of
https://github.com/minio/mc.git
synced 2025-11-28 08:03:56 +03:00
modify operation type in message (#4339)
This commit is contained in:
@@ -152,7 +152,7 @@ func mainreplicateResyncStatus(cliCtx *cli.Context) error {
|
||||
rinfo, err := client.ReplicationResyncStatus(ctx, cliCtx.String("remote-bucket"))
|
||||
fatalIf(err.Trace(args...), "Unable to get replication resync status")
|
||||
printMsg(replicateResyncStatusMessage{
|
||||
Op: "status",
|
||||
Op: cliCtx.Command.Name,
|
||||
URL: aliasedURL,
|
||||
ResyncTargetsInfo: rinfo,
|
||||
TargetArn: cliCtx.String("remote-bucket"),
|
||||
|
||||
Reference in New Issue
Block a user