mirror of
https://github.com/minio/mc.git
synced 2025-11-26 20:03:05 +03:00
modify operation type in message (#4339)
This commit is contained in:
@@ -132,7 +132,7 @@ func mainReplicateResyncStart(cliCtx *cli.Context) error {
|
||||
rinfo, err := client.ResetReplication(ctx, olderThan, cliCtx.String("remote-bucket"))
|
||||
fatalIf(err.Trace(args...), "Unable to reset replication")
|
||||
printMsg(replicateResyncMessage{
|
||||
Op: "start",
|
||||
Op: cliCtx.Command.Name,
|
||||
URL: aliasedURL,
|
||||
ResyncTargetsInfo: rinfo,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user