| Index: utils/pub/pub.dart
|
| diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
|
| index 20c45c42de79a69db99f8411d6e11fb26ef1c3cd..95fad3b8e01536225c56bf200b0c9bf2183753d8 100644
|
| --- a/utils/pub/pub.dart
|
| +++ b/utils/pub/pub.dart
|
| @@ -81,7 +81,7 @@ main() {
|
| cacheDir = Platform.environment['PUB_CACHE'];
|
| } else if (Platform.operatingSystem == 'windows') {
|
| var appData = Platform.environment['APPDATA'];
|
| - cacheDir = join(appData, 'Pub', 'Package Cache');
|
| + cacheDir = join(appData, 'Pub', 'Cache');
|
| } else {
|
| cacheDir = '${Platform.environment['HOME']}/.pub-cache';
|
| }
|
|
|