pilot/lib/pilot/commands_generator.rb in fastlane-2.14.2 vs pilot/lib/pilot/commands_generator.rb in fastlane-2.15.0.beta.20170213032052

- old
+ new

@@ -46,10 +46,10 @@ program :help, "Author", "Felix Krause <pilot@krausefx.com>" program :help, "Website", "https://fastlane.tools" program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/pilot" program :help_formatter, :compact - global_option("--verbose") { $verbose = true } + global_option("--verbose") { FastlaneCore::Globals.verbose = true } command :upload do |c| c.syntax = "fastlane pilot upload" c.description = "Uploads a new binary to Apple TestFlight" c.action do |args, options|