mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pcre check method naming
This commit is contained in:
parent
765b43ea87
commit
3af902defe
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class LocalClient(object):
|
|||
os.chdir(cwd)
|
||||
return ret
|
||||
|
||||
def _check_re_minions(self, expr):
|
||||
def _check_pcre_minions(self, expr):
|
||||
'''
|
||||
Return the minions found by looking via regular expresions
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue