| Index: utils/pub/oauth2.dart
|
| diff --git a/utils/pub/oauth2.dart b/utils/pub/oauth2.dart
|
| index b690c6c85cd13d3f61c8480caa6ffcc7566b1ad5..276fb25b62b989b26ab0e8b6a64c3f46da8fc22f 100644
|
| --- a/utils/pub/oauth2.dart
|
| +++ b/utils/pub/oauth2.dart
|
| @@ -147,7 +147,7 @@ void _saveCredentials(SystemCache cache, Credentials credentials) {
|
|
|
| /// The path to the file in which the user's OAuth2 credentials are stored.
|
| String _credentialsFile(SystemCache cache) =>
|
| - join(cache.rootDir, 'credentials.json');
|
| + path.join(cache.rootDir, 'credentials.json');
|
|
|
| /// Gets the user to authorize pub as a client of pub.dartlang.org via oauth2.
|
| /// Returns a Future that will complete to a fully-authorized [Client].
|
|
|