From d65b9fb6dc45f0f9f74be08a1dbf12eb33234ea2 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Mon, 5 Jun 2017 09:42:45 -0700 Subject: [PATCH] Update tracking bug for SDK spaces in doctor (#10504) --- packages/flutter_tools/lib/src/doctor.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/doctor.dart b/packages/flutter_tools/lib/src/doctor.dart index a4b7e48e7c8..d01e42f8b42 100644 --- a/packages/flutter_tools/lib/src/doctor.dart +++ b/packages/flutter_tools/lib/src/doctor.dart @@ -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} '