Update events.rst

caught a typo
This commit is contained in:
cncshaggy 2019-05-07 05:21:04 -07:00 committed by Bryce Larson
parent 544ce4c97c
commit 58bb54ef4b
No known key found for this signature in database
GPG key ID: 131C38B0F02DB4CA

View file

@ -250,7 +250,7 @@ done at the CLI:
caller = salt.client.Caller()
ret = called.cmd('event.send',
ret = caller.cmd('event.send',
'myco/event/success'
{ 'success': True,
'message': "It works!" })