From c41b9e89ae88d50d8de43dd86d338c6d84483089 Mon Sep 17 00:00:00 2001 From: Ryan Daigle Date: Sun, 24 Jan 2010 17:53:31 -0500 Subject: [PATCH] Fix sitemap regeneration --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a38f181..4e0b263 100644 --- a/Rakefile +++ b/Rakefile @@ -201,7 +201,7 @@ task :sitemap => :default do end sitemap.puts %Q{ } sitemap.puts %Q{ #{site_url}#{f}} - sitemap.puts %Q{ #{Time.to_s('%Y-%m-%d')}} + sitemap.puts %Q{ #{Time.now.to_s('%Y-%m-%d')}} sitemap.puts %Q{ weekly} sitemap.puts %Q{ #{priority}} sitemap.puts %Q{ }