Index: utils/pub/sdk_source.dart |
diff --git a/utils/pub/sdk_source.dart b/utils/pub/sdk_source.dart |
index 33e869e118ffd57203a5afde9da8d8b7cba4ebdd..1544152e13504485687a594c0fc076dc8f455aa2 100644 |
--- a/utils/pub/sdk_source.dart |
+++ b/utils/pub/sdk_source.dart |
@@ -41,7 +41,7 @@ class SdkSource extends Source { |
var path = _getPackagePath(id); |
if (path == null) return false; |
- return createPackageSymlink(id.name, destPath, path).then((_) => true); |
+ return createPackageSymlink(id.name, path, destPath).then((_) => true); |
}); |
} |