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:
@@ -101,7 +101,7 @@ func mainReplicateExport(cliCtx *cli.Context) error {
|
||||
rCfg, err := client.GetReplication(ctx)
|
||||
fatalIf(err.Trace(args...), "Unable to get replication configuration")
|
||||
printMsg(replicateExportMessage{
|
||||
Op: "export",
|
||||
Op: cliCtx.Command.Name,
|
||||
Status: "success",
|
||||
URL: aliasedURL,
|
||||
ReplicationConfig: rCfg,
|
||||
|
||||
Reference in New Issue
Block a user