This fix #270
This commit is contained in:
parent
c611e907e0
commit
a0779a5811
|
@ -24,7 +24,9 @@ module GitHubChangelogGenerator
|
|||
|
||||
if options[:verbose]
|
||||
Helper.log.info "Performing task with options:"
|
||||
pp options
|
||||
options_to_display = options
|
||||
options_to_display[:token] = options_to_display[:token].nil? ? nil : "hidden value"
|
||||
pp options_to_display
|
||||
puts ""
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user