miror fixes

This commit is contained in:
Petr Korolev 2015-02-20 11:51:07 +02:00
parent 27ab2a906c
commit d16c4109dc

View File

@ -61,7 +61,7 @@ module GitHubChangelogGenerator
def detect_actual_closed_dates
if @options[:verbose]
print "Fetching close commit date for issues...\r"
print "Fetching events for issues...\r"
end
threads = []
@ -73,7 +73,7 @@ module GitHubChangelogGenerator
threads.each { |thr| thr.join }
if @options[:verbose]
puts 'Fetching close commit date for issues: Done!'
puts 'Fetching events for issues: Done!'
end
end