mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27594 from DSRCompany/issues/23157_minor_fix_mistype
Fixed minor mistype in executors init
This commit is contained in:
commit
d22ada02ca
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Executors Directory
|
||||
'''
|
||||
|
||||
FUNCTION_EXECUTORS = set(('direc_call.get', 'sudo.get'))
|
||||
FUNCTION_EXECUTORS = set(('direct_call.get', 'sudo.get'))
|
||||
|
||||
|
||||
class ModuleExecutorBase(object):
|
||||
|
|
Loading…
Add table
Reference in a new issue