Fix typo in update_style copy command

This commit is contained in:
Patrick Aikens 2014-02-01 00:20:19 -05:00
parent 51ad614bd2
commit c139f680e1

View File

@ -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