aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a79ac29f..0a1cfe22 100644
--- a/Rakefile
+++ b/Rakefile
@@ -184,7 +184,7 @@ task :update_style, :theme do |t, args|
mv "sass", "sass.old"
puts "## Moved styles into sass.old/"
cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
- cp_r "sass/custom", "sass.old/custom/."
+ cp_r "sass/custom/.", "sass.old/custom"
puts "## Updated Sass ##"
end