Skip to content

Commit 69347da

Browse files
committed
Set default template
Fixes #8
1 parent 0fe6789 commit 69347da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

exe/rubydown

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ end
7070
def main # to separate binding
7171

7272
options = {}
73+
options[:erb] = File.expand_path('../../templates/template.html.erb', __FILE__)
7374
option_parser = OptionParser.new do |opts|
7475
opts.on("-i INPUT") do |input|
7576
options[:input] = input

0 commit comments

Comments
 (0)