about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 24c16ca..497f537 100644
--- a/Rakefile
+++ b/Rakefile
@@ -50,7 +50,7 @@ task :news_atom do
       subtitle File.readlines("README").first
       link! :rel => 'alternate', :type => 'text/html',
             :href => 'http://bogomips.org/kcar/'
-      updated new_tags.first[:time]
+      updated( (new_tags.first[:time] rescue nil) || Time.now )
       new_tags.each do |tag|
         entry do
           title tag[:subject]