match/lib/match/options.rb in fastlane-2.14.2 vs match/lib/match/options.rb in fastlane-2.15.0.beta.20170213032052
- old
+ new
@@ -77,10 +77,10 @@
env_name: "MATCH_VERBOSE",
description: "Print out extra information and all commands",
is_string: false,
default_value: false,
verify_block: proc do |value|
- $verbose = true if value
+ FastlaneCore::Globals.verbose = true if value
end),
FastlaneCore::ConfigItem.new(key: :force,
env_name: "MATCH_FORCE",
description: "Renew the provisioning profiles every time you run match",
is_string: false,