mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Pass in correct args to the query function
This commit is contained in:
parent
a031243da3
commit
61f7a63cfc
@ -106,4 +106,4 @@ class Search(object):
|
||||
qfun = '{0}.query'.format(self.opts.get('search', ''))
|
||||
if not qfun in self.search:
|
||||
return
|
||||
return self.search[qfun]()
|
||||
return self.search[qfun](term)
|
||||
|
Loading…
Reference in New Issue
Block a user