We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89655e8 commit 3a30a51Copy full SHA for 3a30a51
tools/fastlane-plugin/lib/fastlane/plugin/bugsnag/actions/bugsnag_cli.rb
@@ -12,7 +12,7 @@ def self.get_bugsnag_cli_path(params)
12
bugsnag_cli_version = Gem::Version.new(`#{bugsnag_cli_path} --version`.scan(/(?:\d+\.?){3}/).first)
13
14
if bugsnag_cli_version < bundled_bugsnag_cli_version
15
- UI.warning("Your bugsnag-cli is outdated. The current bugsnag-cli version is: #{bundled_bugsnag_cli_version}")
+ FastlaneCore::UI.warning("Your bugsnag-cli is outdated. The current bugsnag-cli version is: #{bundled_bugsnag_cli_version}")
16
end
17
bugsnag_cli_path
18
else
0 commit comments