fastlane/lib/fastlane/plugins/plugin_update_manager.rb in fastlane-2.64.0.beta.20171106010003 vs fastlane/lib/fastlane/plugins/plugin_update_manager.rb in fastlane-2.64.0
- old
+ new
@@ -45,10 +45,10 @@
rows: FastlaneCore::PrintTable.transform_output(rows),
title: "Plugin updates available".yellow,
headings: ["Plugin", "Your Version", "Latest Version"]
})
UI.message "To update all plugins, just run"
- UI.command "fastlane update_plugins"
+ UI.command "bundle exec fastlane update_plugins"
puts ''
@server_results = nil
end
def self.plugin_references