lib/nanoc/cli/error_handler.rb in nanoc-4.0.0rc1 vs lib/nanoc/cli/error_handler.rb in nanoc-4.0.0rc2

- old
+ new

@@ -295,10 +295,10 @@ end end def write_issue_link(stream, _params = {}) stream.puts - stream.puts 'If you believe this is a bug in nanoc, please do report it at' + stream.puts 'If you believe this is a bug in Nanoc, please do report it at' stream.puts '-> https://github.com/nanoc/nanoc/issues/new <-' stream.puts stream.puts 'A detailed crash log has been written to ./crash.log.' end