mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix typo in new Reactor
This commit is contained in:
parent
012462bee1
commit
5333cf79f8
@ -224,7 +224,7 @@ class Reactor(object):
|
||||
The reactor has the capability to execute pre-programmed executions
|
||||
as reactions to events
|
||||
'''
|
||||
def __init__(self. opts):
|
||||
def __init__(self, opts):
|
||||
self.opts = opts
|
||||
self.rend = salt.loader.render(self.opts, {})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user