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

- old
+ new

@@ -18,10 +18,10 @@ program :help, 'Author', 'Felix Krause <cert@krausefx.com>' program :help, 'Website', 'https://fastlane.tools' program :help, 'GitHub', 'https://github.com/fastlane/cert' program :help_formatter, :compact - global_option('--verbose') { $verbose = true } + global_option('--verbose') { FastlaneCore::Globals.verbose = true } FastlaneCore::CommanderGenerator.new.generate(Cert::Options.available_options) command :create do |c| c.syntax = 'fastlane cert create'