Skip to content

Commit 3a30a51

Browse files
committed
move cli functions to its own class
1 parent 89655e8 commit 3a30a51

File tree

1 file changed

+1
-1
lines changed
  • tools/fastlane-plugin/lib/fastlane/plugin/bugsnag/actions

1 file changed

+1
-1
lines changed

tools/fastlane-plugin/lib/fastlane/plugin/bugsnag/actions/bugsnag_cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def self.get_bugsnag_cli_path(params)
1212
bugsnag_cli_version = Gem::Version.new(`#{bugsnag_cli_path} --version`.scan(/(?:\d+\.?){3}/).first)
1313

1414
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}")
15+
FastlaneCore::UI.warning("Your bugsnag-cli is outdated. The current bugsnag-cli version is: #{bundled_bugsnag_cli_version}")
1616
end
1717
bugsnag_cli_path
1818
else

0 commit comments

Comments
 (0)