| Index: utils/pub/oauth2.dart
|
| diff --git a/utils/pub/oauth2.dart b/utils/pub/oauth2.dart
|
| index 616b63891ea8a9b0d21f4eae64454555a9307d20..97114523b1e8f30fa1e7ec0ac939a1e443a864cd 100644
|
| --- a/utils/pub/oauth2.dart
|
| +++ b/utils/pub/oauth2.dart
|
| @@ -100,7 +100,7 @@ Future<Client> _getClient(SystemCache cache) {
|
| if (credentials == null) return _authorize();
|
|
|
| var client = new Client(_identifier, _secret, credentials,
|
| - httpClient: curlClient);
|
| + httpClient: httpClient);
|
| _saveCredentials(cache, client.credentials);
|
| return client;
|
| });
|
|
|