Skip to content

Commit

Permalink
fix config_changed name for generic_page_renderer
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Mar 7, 2015
1 parent 9762df2 commit f6eb2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -1473,7 +1473,7 @@ def generic_page_renderer(self, lang, post, filters):
'actions': [(self.render_template, [post.template_name,
output_name, context])],
'clean': True,
'uptodate': [config_changed(deps_dict, 'nikola.nikola.Nikola.generic_post_renderer')] + post.deps_uptodate(lang),
'uptodate': [config_changed(deps_dict, 'nikola.nikola.Nikola.generic_page_renderer')] + post.deps_uptodate(lang),
}

yield utils.apply_filters(task, filters)
Expand Down

0 comments on commit f6eb2ea

Please sign in to comment.