bin/youandme in youandme-0.2.2 vs bin/youandme in youandme-0.2.3
- old
+ new
@@ -66,9 +66,10 @@
puts "Writing reports..."
processor.to_multimarkdown(left_file, right_file)
path = File.expand_path("#{opt['directory']}")
+FileUtils.mkdir_p(path)
processor.write_multimarkdown(path)
processor.write_latex(path)
processor.write_html(path)
\ No newline at end of file