fastlane/lib/fastlane/commands_generator.rb in fastlane-2.204.3 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.205.0

- old
+ new

@@ -34,10 +34,11 @@ Fastlane.load_actions FastlaneCore::Swag.stop_loader # do not use "include" as it may be some where in the commandline where "env" is required, therefore explicit index->0 unless ARGV[0] == "env" || CLIToolsDistributor.running_version_command? || CLIToolsDistributor.running_help_command? # *after* loading the plugins - Fastlane.plugin_manager.load_plugins + hide_plugins_table = FastlaneCore::Env.truthy?("FASTLANE_HIDE_PLUGINS_TABLE") + Fastlane.plugin_manager.load_plugins(print_table: !hide_plugins_table) Fastlane::PluginUpdateManager.start_looking_for_updates end self.new.run ensure Fastlane::PluginUpdateManager.show_update_status