Typo: variable rename

This commit is contained in:
Olle Jonsson 2016-09-28 00:14:26 +02:00
parent 1cbd8c30dc
commit e23f2ff7e1

View File

@ -54,7 +54,7 @@ module GitHubChangelogGenerator
time_for_tag_name = @tag_times_hash[name_of_tag]
return time_for_tag_name if time_for_tag_name
@fetcher.fetch_date_of_tag(tag_hash).tap do |time_string|
@fetcher.fetch_date_of_tag(tag_name).tap do |time_string|
@tag_times_hash[name_of_tag] = time_string
end
end