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:
@@ -111,7 +111,7 @@ func mainReplicateImport(cliCtx *cli.Context) error {
|
||||
|
||||
fatalIf(client.SetReplication(ctx, rCfg, replication.Options{Op: replication.ImportOption}).Trace(aliasedURL), "Unable to set replication configuration")
|
||||
printMsg(replicateImportMessage{
|
||||
Op: "import",
|
||||
Op: cliCtx.Command.Name,
|
||||
Status: "success",
|
||||
URL: aliasedURL,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user