Commit 1bb0d772 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Eliminate brew tap flutter/flutter instruction (#8702)

The flutter tap was deleted as part of the resolution to #7783.
parent f4a13bc7
......@@ -47,10 +47,8 @@ class IOSDevice extends Device {
_screenshotPath = _checkForCommand('idevicescreenshot');
_pusherPath = _checkForCommand(
'ios-deploy',
'To copy files to iOS devices, please install ios-deploy. '
'You can do this using homebrew as follows:\n'
'\$ brew tap flutter/flutter\n'
'\$ brew install ios-deploy');
'To copy files to iOS devices, please install ios-deploy. To install, run:\n'
'brew install ios-deploy');
}
String _installerPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment