Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
This commit fixes a typo.
  • Loading branch information
sonicaj committed Jun 10, 2019
1 parent 194ae2d commit 3c0d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/jail.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def query(self, filters=None, options=None):
self.logger.debug('Failed to get list of jails', exc_info=True)

return filter_list(jails, filters, options)
query._fiterable = True
query._filterable = True

@accepts(
Dict(
Expand Down

0 comments on commit 3c0d1aa

Please sign in to comment.