1
0
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:
dorman
2022-11-02 05:10:26 +08:00
committed by GitHub
parent b5ee028536
commit 2f5bf0c17f
43 changed files with 45 additions and 45 deletions

View File

@@ -147,7 +147,7 @@ func mainReplicateRemove(cliCtx *cli.Context) error {
fatalIf(client.SetReplication(ctx, &rcfg, opts), "Could not remove replication rule")
}
printMsg(replicateRemoveMessage{
Op: "rm",
Op: cliCtx.Command.Name,
Status: "success",
URL: aliasedURL,
ID: ruleID,