changeset 234:1c4078ec3011

sitemap: Fixed typo bug.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 14 Feb 2015 08:37:00 -0800
parents 4379d8f8f831
children 55087da9a72e
files piecrust/processing/sitemap.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/processing/sitemap.py	Wed Feb 11 20:36:18 2015 -0800
+++ b/piecrust/processing/sitemap.py	Sat Feb 14 08:37:00 2015 -0800
@@ -74,7 +74,7 @@
 
                 args = {'url': uri, 'lastmod': strftime_iso8601(t)}
                 if sm_cfg:
-                    args.update(cm_cfg)
+                    args.update(sm_cfg)
 
                 self._writeEntry(args, fp)