fix: multiple printing of "Fetching closed dates for issues: Done!"
string
This commit is contained in:
parent
082210f49b
commit
f527cfff67
|
@ -41,8 +41,8 @@ module GitHubChangelogGenerator
|
|||
threads << Thread.new { find_closed_date_by_commit(issue) }
|
||||
end
|
||||
threads.each(&:join)
|
||||
puts "Fetching closed dates for issues: Done!" if @options[:verbose]
|
||||
end
|
||||
puts "Fetching closed dates for issues: Done!" if @options[:verbose]
|
||||
end
|
||||
|
||||
# Fill :actual_date parameter of specified issue by closed date of the commit, if it was closed by commit.
|
||||
|
|
Loading…
Reference in New Issue
Block a user