This commit is contained in:
Petr Korolev
2015-08-26 17:01:18 +03:00
parent c611e907e0
commit a0779a5811
+3 -1
View File
@@ -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