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:
@@ -73,7 +73,7 @@ func mainAdminPolicyRemove(ctx *cli.Context) error {
|
||||
fatalIf(probe.NewError(client.RemoveCannedPolicy(globalContext, args.Get(1))).Trace(args...), "Unable to remove policy")
|
||||
|
||||
printMsg(userPolicyMessage{
|
||||
op: "remove",
|
||||
op: ctx.Command.Name,
|
||||
Policy: args.Get(1),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user