mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge pull request #4619 from UtahDave/develop
fix missing letter in module name
This commit is contained in:
commit
6c1dba116a
@ -62,7 +62,7 @@ class Schedule(object):
|
||||
'''
|
||||
Execute this method in a multiprocess or thread
|
||||
'''
|
||||
if salt.util.is_windows():
|
||||
if salt.utils.is_windows():
|
||||
self.functions = salt.loader.minion_mods(self.opts)
|
||||
self.returners = salt.loader.returners(self.opts, self.functions)
|
||||
ret = {'id': self.opts.get('id', 'master'),
|
||||
|
Loading…
Reference in New Issue
Block a user