fastlane/lib/fastlane/environment_printer.rb in fastlane-2.61.0.beta.20171005010003 vs fastlane/lib/fastlane/environment_printer.rb in fastlane-2.61.0.beta.20171006010004

- old
+ new

@@ -7,9 +7,10 @@ FastlaneCore::Configuration.sensitive_strings.compact.each do |sensitive_element| env_info.gsub!(sensitive_element, "#########") end puts env_info + UI.important("Take notice that this output may contain sensitive information, or simply information that you don't want to make public.") if FastlaneCore::Helper.mac? && UI.interactive? && UI.confirm("🙄 Wow, that's a lot of markdown text... should fastlane put it into your clipboard, so you can easily paste it on GitHub?") copy_to_clipboard(env_info) UI.success("Successfully copied markdown into your clipboard 🎨") end UI.success("Open https://github.com/fastlane/fastlane/issues/new to submit a new issue ✅")