mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo.
This commit is contained in:
parent
7d748bff75
commit
d6daaa0292
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ def event_return(events):
|
|||
tag = event.get('tag', '')
|
||||
data = event.get('data', '')
|
||||
sql = '''INSERT INTO salt_events (tag, data, master_id, alter_time)
|
||||
VALUES (%s, %s, %s, time.localtime())
|
||||
VALUES (%s, %s, %s, time.localtime())'''
|
||||
cur.execute(sql, (tag, psycopg2.extras.Json(data), __opts__['id']))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue