Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed May 5, 2022
1 parent 5621dce commit de9d075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def pick(x):
res = re.match("""GRANT (.+) ON (.+) TO (['`"]).*\\3""", grant[0])

if res is None:
# If a user have roles assigned, we'll have one of priv tuples looking like
# If a user has roles assigned, we'll have one of priv tuples looking like
# GRANT `admin`@`%` TO `user1`@`localhost`
# which will result None as res value.
# As we use the mysql_role module to manipulate roles
Expand Down

0 comments on commit de9d075

Please sign in to comment.