aboutsummaryrefslogtreecommitdiff
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 75f89b94..d36a84d9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,7 +29,7 @@ task :generate => :clean do
system "compass"
system "jekyll"
Dir["#{site}/stylesheets/*.sass"].each { |f| rm_rf(f) }
- system "mv #{site}/atom.html #{site}/blog/atom.xml"
+ system "mv #{site}/atom.html #{site}/atom.xml"
end
desc "generate and deploy website"