We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a69c8e commit 6d97712Copy full SHA for 6d97712
Rakefile
@@ -52,7 +52,7 @@ task :post do
52
puts "Error - date format must be YYYY-MM-DD, please check you typed it correctly!"
53
exit -1
54
end
55
- filename = File.join(CONFIG['posts'], "##{date}-#{slug}.#{CONFIG['post_ext']}")
+ filename = File.join(CONFIG['posts'], "#{date}-#{slug}.#{CONFIG['post_ext']}")
56
if File.exist?(filename)
57
abort("rake aborted!") if ask("#{filename} already exists. Do you want to overwrite?", ['y', 'n']) == 'n'
58
0 commit comments