Skip to content

Commit

Permalink
Merge pull request #2562 from cyberark/fix-tiny-bug
Browse files Browse the repository at this point in the history
Fix typo latent_creditials -> latent_roles
  • Loading branch information
garymoon authored May 26, 2022
2 parents a661c33 + b9a5b65 commit 9e940fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrate/20210514185315_role_cascade_delete.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def delete_latent_roles

$stderr.puts(
"Deleting #{latent_roles.count} " \
"role#{'s' if latent_credentials.count > 1} that no longer " \
"exist#{'s' if latent_credentials.count == 1} in policy:"
"role#{'s' if latent_roles.count > 1} that no longer " \
"exist#{'s' if latent_roles.count == 1} in policy:"
)

# Print the ID for deleted roles
Expand Down

0 comments on commit 9e940fe

Please sign in to comment.