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:
@@ -199,7 +199,7 @@ func mainReplicateAdd(cliCtx *cli.Context) error {
|
||||
}
|
||||
fatalIf(client.SetReplication(ctx, &rcfg, opts), "Could not add replication rule")
|
||||
printMsg(replicateAddMessage{
|
||||
Op: "add",
|
||||
Op: cliCtx.Command.Name,
|
||||
URL: aliasedURL,
|
||||
ID: opts.ID,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user