miror fixes
This commit is contained in:
@@ -61,7 +61,7 @@ module GitHubChangelogGenerator
|
|||||||
def detect_actual_closed_dates
|
def detect_actual_closed_dates
|
||||||
|
|
||||||
if @options[:verbose]
|
if @options[:verbose]
|
||||||
print "Fetching close commit date for issues...\r"
|
print "Fetching events for issues...\r"
|
||||||
end
|
end
|
||||||
|
|
||||||
threads = []
|
threads = []
|
||||||
@@ -73,7 +73,7 @@ module GitHubChangelogGenerator
|
|||||||
threads.each { |thr| thr.join }
|
threads.each { |thr| thr.join }
|
||||||
|
|
||||||
if @options[:verbose]
|
if @options[:verbose]
|
||||||
puts 'Fetching close commit date for issues: Done!'
|
puts 'Fetching events for issues: Done!'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user