Skip to content

Commit

Permalink
[clone_app] Fix missing s for filters function
Browse files Browse the repository at this point in the history
close #207
  • Loading branch information
iblislin committed Feb 14, 2016
1 parent 07fdb44 commit bf6b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchapp/clone_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def setup_missing(self):
self.setup_couchapp_json()
elif key in ('views',):
self.setup_views()
elif key in ('shows', 'lists', 'filter', 'updates'):
elif key in ('shows', 'lists', 'filters', 'updates'):
self.setup_func(key)
else:
self.setup_prop(key)
Expand Down

0 comments on commit bf6b29e

Please sign in to comment.