Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unnecessary _name
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 11, 2015
1 parent fb19e2d commit d2134eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugin_categories.py
Expand Up @@ -80,7 +80,7 @@ class Command(BasePlugin, DoitCommand):
"""These plugins are exposed via the command line.
They implement the doit Command interface."""

name = _name = "dummy_command"
name = "dummy_command"

doc_purpose = "A short explanation."
doc_usage = ""
Expand Down

0 comments on commit d2134eb

Please sign in to comment.