fastlane/lib/fastlane/action_collector.rb in fastlane-2.29.0.beta.20170508010014 vs fastlane/lib/fastlane/action_collector.rb in fastlane-2.29.0.beta.20170509010055

- old
+ new

@@ -17,15 +17,15 @@ return nil end def show_message - UI.message("Sending Crash/Success information. More information on: https://github.com/fastlane/enhancer") + UI.message("Sending Crash/Success information. Learn more at https://github.com/fastlane/fastlane#metrics") UI.message("No personal/sensitive data is sent. Only sharing the following:") UI.message(launches) UI.message(@error) if @error UI.message("This information is used to fix failing actions and improve integrations that are often used.") - UI.message("You can disable this by adding `opt_out_usage` to your Fastfile") + UI.message("You can disable this by adding `opt_out_usage` at the top of your Fastfile") end def determine_version(name) self.class.determine_version(name) end