Skip to content

Commit

Permalink
Removes duplicate mkdir_p
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Oct 16, 2011
1 parent 86c72a4 commit fe19c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ task :new_post, :title do |t, args|
end
puts "Creating new post: #{filename}"
open(filename, 'w') do |post|
system "mkdir -p #{source_dir}/#{posts_dir}/";
post.puts "---"
post.puts "layout: post"
post.puts "title: \"#{title.gsub(/&/,'&').titlecase}\""
Expand Down

0 comments on commit fe19c2a

Please sign in to comment.