fastlane/lib/fastlane/commands_generator.rb in fastlane-2.136.0 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.137.0

- old
+ new

@@ -15,10 +15,10 @@ FastlaneCore::Globals.verbose = true FastlaneCore::Globals.capture_output = true end FastlaneCore::Swag.show_loader - # has to be checked here - in case we wan't to troubleshoot plugin related issues + # has to be checked here - in case we want to troubleshoot plugin related issues if ARGV.include?("--troubleshoot") self.confirm_troubleshoot end if FastlaneCore::Globals.capture_output?