From c139f680e194435d075b4cc17840d1f502a6a36c Mon Sep 17 00:00:00 2001 From: Patrick Aikens Date: Sat, 1 Feb 2014 00:20:19 -0500 Subject: [PATCH] Fix typo in update_style copy command --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c766324..cec8e05 100644 --- a/Rakefile +++ b/Rakefile @@ -188,7 +188,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", :remove_destination=>true - cp_r "sass.old/custom/.", "sass.old/custom/", :remove_destination=>true + cp_r "sass.old/custom/.", "sass/custom/", :remove_destination=>true puts "## Updated Sass ##" end