Skip to content

Commit 07fd4a3

Browse files
Update tools/fastlane-plugin/lib/fastlane/plugin/bugsnag/actions/bugsnag_cli.rb
Co-authored-by: Tom Longridge <[email protected]>
1 parent 3f388aa commit 07fd4a3

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-
FastlaneCore::UI.warning("Your bugsnag-cli is outdated. The current bugsnag-cli version is: #{bundled_bugsnag_cli_version}")
15+
FastlaneCore::UI.warning("The installed bugsnag-cli at #{bugsnag_cli_path} is outdated (#{bugsnag_cli_version}). The current bundled version is: #{bundled_bugsnag_cli_version}. It is recommended that you either update your installed version or use the bundled version.")
1616
end
1717
bugsnag_cli_path
1818
else

0 commit comments

Comments
 (0)