Skip to content

Commit

Permalink
[#5570] improve(CLI): Add the ability to revoke all roles or groups i…
Browse files Browse the repository at this point in the history
…n the Gravitino CLI.

Fix some issues.
  • Loading branch information
Abyss-lord committed Jan 15, 2025
1 parent b124795 commit 8c52a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public RemoveRoleFromGroup(
this.role = role;
}

/** Removes a from a group. */
/** Remove a role from a group. */
@Override
public void handle() {
try {
Expand Down

0 comments on commit 8c52a21

Please sign in to comment.