miror fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user