Skip to content

Commit

Permalink
Fix frozen string problem when running kramdown --help
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Nov 16, 2024
1 parent 993b3fa commit 189a689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kramdown
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ OptionParser.new do |opts|
exit
end
opts.on("-h", "--help", "Show the help") do
puts opts.summarize('', 5, 72)
puts opts.summarize(+'', 5, 72)
exit
end

Expand Down

0 comments on commit 189a689

Please sign in to comment.