aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Aikens <paikens@gmail.com>2014-02-01 00:20:19 -0500
committerPatrick Aikens <paikens@gmail.com>2014-02-01 00:20:19 -0500
commitc139f680e194435d075b4cc17840d1f502a6a36c (patch)
tree4d52bd0e0be112927694d7d46d4d6707770d162f
parent51ad614bd2b5268ea3c7bb7ca8afbb7cafad9dfb (diff)
downloadmy_new_personal_website-c139f680e194435d075b4cc17840d1f502a6a36c.tar.xz
my_new_personal_website-c139f680e194435d075b4cc17840d1f502a6a36c.zip
Fix typo in update_style copy command
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c7663247..cec8e058 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