little fix

This commit is contained in:
Petr Korolev 2014-11-06 12:57:13 +02:00
parent 8e2e6d82c6
commit 723d09df10

View File

@ -164,7 +164,7 @@ class ChangelogGenerator
log = "## [#{tag_name}] (https://github.com/#{$github_user}/#{$github_repo_name}/tree/#{tag_name})\n"
time_string = tag_time.strftime "%d/%m/%y"
time_string = tag_time.strftime '%d/%m/%y'
log += "#### #{time_string}\n"
pull_requests.each { |dict|