lib/octopress/draft.rb in octopress-3.0.9 vs lib/octopress/draft.rb in octopress-3.0.10
- old
+ new
@@ -36,9 +36,10 @@
post_options = {
'title' => @options['title'],
'date' => @options['date'],
'slug' => title_slug,
+ 'force' => @options['force'],
'content' => read_post_content,
'dir' => @options['dir'],
'type' => "post from draft",
'write_message' => "Published: #{relative_path(path)} →"
}