mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix typo in set creation
This commit is contained in:
parent
a6736ba453
commit
3feb8e8dab
@ -595,7 +595,7 @@ class State(object):
|
||||
'''
|
||||
Extend the data reference with requisite_in arguments
|
||||
'''
|
||||
req_in = set('require_in', 'watch_in')
|
||||
req_in = set(['require_in', 'watch_in'])
|
||||
extend = {}
|
||||
for id_, body in high.items():
|
||||
for state, run in body.items():
|
||||
|
Loading…
Reference in New Issue
Block a user