Skip to content

Commit

Permalink
Corrected comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
q1x committed Mar 30, 2017
1 parent a679eee commit 3a686d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/zabbix.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def usergroup_exists(name=None, node=None, nodeids=None, **connection_args):
name = ''
ret = usergroup_get(name, None, **connection_args)
return bool(ret)
# zabbix 2.4 nad earlier
# zabbix 2.4 and earlier
else:
method = 'usergroup.exists'
params = {}
Expand Down

0 comments on commit 3a686d6

Please sign in to comment.