Skip to content

Commit 189a689

Browse files
committed
Fix frozen string problem when running kramdown --help
1 parent 993b3fa commit 189a689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/kramdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ OptionParser.new do |opts|
9999
exit
100100
end
101101
opts.on("-h", "--help", "Show the help") do
102-
puts opts.summarize('', 5, 72)
102+
puts opts.summarize(+'', 5, 72)
103103
exit
104104
end
105105

0 commit comments

Comments
 (0)