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

This commit is contained in:
Chris Bracken 2017-06-05 09:42:45 -07:00 committed by GitHub
parent c63be2af8b
commit d65b9fb6dc

View File

@ -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} '