Skip to content

Commit

Permalink
revise message
Browse files Browse the repository at this point in the history
Signed-off-by: marcolan018 <llan@redhat.com>
  • Loading branch information
marcolan018 committed May 9, 2024
1 parent b6923f9 commit a12b194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/upgrade/roles/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ func run(cmd *cobra.Command, argv []string) {
if isUpgradeNeedForAccountRolePolicies && mode == interactive.ModeAuto || isOperatorPolicyUpgradeNeeded {
newRolePolicyBindings, err := ocmClient.ListRolePolicyBindings(cluster.ID(), true)
if err != nil {
reporter.Warnf("Failed to get rolePolicyBindings after upgrade," +
" please ensure the required policies attached on upgraded roles")
reporter.Warnf("Failed to get rolePolicyBindings after upgrade." +
" Please ensure that the required policies are attached to the upgraded roles.")
} else {
output, isPolicyMissed := rolepolicybindings.CheckMissingRolePolicyBindings(rolePolicyBindings,
newRolePolicyBindings)
Expand Down

0 comments on commit a12b194

Please sign in to comment.