Skip to content

Commit

Permalink
wildcards broke rake update_source. fixes that
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Oct 2, 2011
1 parent ff20095 commit d833d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ task :update_source, :theme do |t, args|
cp_r "#{source_dir}.old/_includes/custom/.", "#{source_dir}/_includes/custom/", :remove_destination=>true
cp "#{source_dir}.old/favicon.png", source_dir
mv "#{source_dir}/index.html", "#{blog_index_dir}", :force=>true if blog_index_dir != source_dir
cp "#{source_dir}.old/index.*", source_dir if blog_index_dir != source_dir
cp "#{source_dir}.old/index.html", source_dir if blog_index_dir != source_dir
puts "## Updated #{source_dir} ##"
end

Expand Down

0 comments on commit d833d9f

Please sign in to comment.