@@ -47,7 +47,7 @@ func ListCmd() *cli.Command {
},
Action: func(c *cli.Context) error {
if err := utils.ExitIfCantDropCapsToAlrUser(); err != nil {
if err := utils.ExitIfCantDropCapsToAlrUserNoPrivs(); err != nil {
return err
}
The note is not visible to the blocked user.