Commit d65b9fb6 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update tracking bug for SDK spaces in doctor (#10504)

parent c63be2af
......@@ -212,7 +212,7 @@ class _FlutterValidator extends DoctorValidator {
messages.add(new ValidationMessage('Flutter at ${Cache.flutterRoot}'));
if (Cache.flutterRoot.contains(' '))
messages.add(new ValidationMessage.error(
'Flutter SDK install paths with spaces are not yet supported. (https://github.com/flutter/flutter/issues/10461)\n'
'Flutter SDK install paths with spaces are not yet supported. (https://github.com/flutter/flutter/issues/6577)\n'
'Please move the SDK to a path that does not include spaces.'));
messages.add(new ValidationMessage(
'Framework revision ${version.frameworkRevisionShort} '
......
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