Skip to content

Commit

Permalink
Update comment wording [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 30, 2017
1 parent 27dab0a commit d5941cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/auto/__init__.py
Expand Up @@ -139,7 +139,7 @@ def _execute(self, options, args):
+ 'script>')</script>
</head>'''.format(port)

# Do not duplicate entries -- otherwise, multiple rebuilds are triggered
# Deduplicate entries by using a set -- otherwise, multiple rebuilds are triggered
watched = set([
'templates/'
] + [get_theme_path(name) for name in self.site.THEMES])
Expand Down

0 comments on commit d5941cb

Please sign in to comment.