Skip to content

Commit

Permalink
Updated cli to call the completer's refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Sep 20, 2015
1 parent e5a4d7a commit d0b03c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saws/saws.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def refresh_resources(self):
Returns:
None.
"""
self.completer.resources.refresh(force_refresh=True)
self.completer.refresh_resources(force_refresh=True)

def handle_docs(self, text=None, from_fkey=False):
"""Displays contextual web docs for `F1` or the `docs` command.
Expand Down

0 comments on commit d0b03c3

Please sign in to comment.