fastlane/lib/fastlane/setup/setup.rb in fastlane-2.87.0.beta.20180322050115 vs fastlane/lib/fastlane/setup/setup.rb in fastlane-2.87.0.beta.20180323050014

- old
+ new

@@ -328,10 +328,10 @@ UI.message("\t\thttps://docs.fastlane.tools/getting-started/ios/screenshots/".cyan) UI.message("👩‍✈️ Learn more about distribution to beta testing services:") UI.message("\t\thttps://docs.fastlane.tools/getting-started/ios/beta-deployment/".cyan) UI.message("🚀 Learn more about how to automate the App Store release process:") UI.message("\t\thttps://docs.fastlane.tools/getting-started/ios/appstore-deployment/".cyan) - UI.message("👩‍⚕️ Lern more about how to setup code signing with fastlane") + UI.message("👩‍⚕️ Learn more about how to setup code signing with fastlane") UI.message("\t\thttps://docs.fastlane.tools/codesigning/getting-started/".cyan) end # we crash here, so that this never happens when a new setup method is added return if self.lane_to_mention.to_s.length == 0