Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indentation
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 7, 2016
1 parent 3693bfe commit c5ec324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/theme.py
Expand Up @@ -99,7 +99,7 @@ def _execute(self, options, args):
"""Install theme into current site."""
url = options['url']

# See the "mode" we need to operate in
# See the "mode" we need to operate in
install = options.get('install')
uninstall = options.get('uninstall')
list_available = options.get('list')
Expand Down

0 comments on commit c5ec324

Please sign in to comment.