Fix typo in new Reactor

This commit is contained in:
Thomas S Hatch 2012-11-23 13:56:30 -07:00
parent 012462bee1
commit 5333cf79f8

View File

@ -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, {})