Skip to content

Commit

Permalink
Fixed argument to utils.config_changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 29, 2014
1 parent 29477bb commit e3f8069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -1562,7 +1562,7 @@ def generic_index_renderer(self, lang, posts, indexes_title, template_name, cont
kw['filters'],
context,
)
task['uptodate'] = task['uptodate'] + [utils.config_changed(kw, 'nikola.plugins.task.tags:index')] + additional_dependencies
task['uptodate'] = task['uptodate'] + [utils.config_changed(kw, 'nikola.nikola.Nikola.generic_index_renderer')] + additional_dependencies
task['basename'] = basename
yield task

Expand Down

0 comments on commit e3f8069

Please sign in to comment.