Skip to content

Commit

Permalink
Update warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Sep 16, 2024
1 parent 5821632 commit 1106978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static void confirmPolicyExceptions(
) throws UserException {
List<String> requested = new ArrayList<>(permissions);
if (requested.isEmpty() && requestedClusterActions.isEmpty() && requestedIndexActions.isEmpty()) {
terminal.println(Verbosity.VERBOSE, "plugin has a policy file with no additional permissions");
terminal.println(Verbosity.VERBOSE, "plugin has not requested any additional permissions");
} else {

// sort permissions in a reasonable order
Expand Down

0 comments on commit 1106978

Please sign in to comment.