Skip to content

Commit

Permalink
Update sopel/cli/config.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Exirel <[email protected]>
  • Loading branch information
dgw and Exirel authored Mar 20, 2019
1 parent 27187a0 commit 1ca5b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def handle_list(options):
custom
It is possible to filter by extension using the ``-e/--ext/--extension``
option, default to ``.cfg`` (the ``.`` prefix is not required).
option; default is ``.cfg`` (the ``.`` prefix is not required).
"""
display_path = getattr(options, 'display_path', False)
extension = getattr(options, 'extension', '.cfg')
Expand Down

0 comments on commit 1ca5b3b

Please sign in to comment.