diff options
author | Patrick Aikens <paikens@gmail.com> | 2014-02-01 00:20:19 -0500 |
---|---|---|
committer | Patrick Aikens <paikens@gmail.com> | 2014-02-01 00:20:19 -0500 |
commit | c139f680e194435d075b4cc17840d1f502a6a36c (patch) | |
tree | 4d52bd0e0be112927694d7d46d4d6707770d162f | |
parent | 51ad614bd2b5268ea3c7bb7ca8afbb7cafad9dfb (diff) | |
download | my_new_personal_website-c139f680e194435d075b4cc17840d1f502a6a36c.tar.xz my_new_personal_website-c139f680e194435d075b4cc17840d1f502a6a36c.zip |
Fix typo in update_style copy command
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |