From 723d09df10371e86061a7d5851bc9ff6cdae28a3 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 6 Nov 2014 12:57:13 +0200 Subject: [PATCH] little fix --- changelog_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog_generator.rb b/changelog_generator.rb index 8873c3e..285f536 100755 --- a/changelog_generator.rb +++ b/changelog_generator.rb @@ -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|