Index: utils/pub/git_source.dart |
diff --git a/utils/pub/git_source.dart b/utils/pub/git_source.dart |
index 477cc17a7e9bd17ed250476516aed5e259e423f4..2b46706c8a8b168187fa463610ade1b2dddad1dd 100644 |
--- a/utils/pub/git_source.dart |
+++ b/utils/pub/git_source.dart |
@@ -60,6 +60,8 @@ class GitSource extends Source { |
}); |
} |
+ Future<String> systemCacheDirectory(PackageId id) => _revisionCachePath(id); |
+ |
/// Ensures [description] is a Git URL. |
void validateDescription(description, {bool fromLockFile: false}) { |
// A single string is assumed to be a Git URL. |