miror fixes
This commit is contained in:
parent
27ab2a906c
commit
d16c4109dc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user