lib/softcover/commands/generator.rb in softcover-0.5.0 vs lib/softcover/commands/generator.rb in softcover-0.6.0

- old
+ new

@@ -6,10 +6,10 @@ extend self # Generates the default book file tree. def generate_file_tree(name, options = {}) @name = name - @markdown = options[:markdown] + @markdown = !options[:polytex] @simple = options[:simple] thor = Thor::Shell::Basic.new puts "Generating directory: #{name}"