mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Args got flipped in eventlisten
This commit is contained in:
parent
b801f86bfe
commit
858d086995
1 changed files with 1 additions and 1 deletions
|
@ -51,8 +51,8 @@ def listen(sock_dir, node):
|
|||
Attach to the pub socket and grab messages
|
||||
'''
|
||||
event = salt.utils.event.SaltEvent(
|
||||
node,
|
||||
sock_dir,
|
||||
node
|
||||
)
|
||||
while True:
|
||||
ret = event.get_event(full=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue