| Index: utils/pub/package.dart
|
| diff --git a/utils/pub/package.dart b/utils/pub/package.dart
|
| index 39dde75fc77df2e311ab16a857ae8e2c892cf325..424f9e9e655dba9a68ac613ec66b7021ba83b526 100644
|
| --- a/utils/pub/package.dart
|
| +++ b/utils/pub/package.dart
|
| @@ -146,7 +146,7 @@ class PackageId implements Comparable<PackageId> {
|
| }
|
|
|
| /// Returns the pubspec for this package.
|
| - Future<Pubspec> describe() => source.describe(this);
|
| + Future<Pubspec> describe() => source.systemCache.describe(this);
|
|
|
| /// Returns a future that completes to the resovled [PackageId] for this id.
|
| Future<PackageId> get resolved => source.resolveId(this);
|
|
|