fix for # 10

This commit is contained in:
Petr Korolev 2014-11-07 18:37:10 +02:00
parent 502ae431b7
commit 70d3f63e89

View File

@ -85,7 +85,7 @@ class ChangelogGenerator
puts log
end
log += "\n\n**This file was generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
log += "\n\n* *This changelog was generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
output_filename = "#{@options[:output]}"
File.open(output_filename, 'w') { |file| file.write(log) }