| Index: sdk/lib/_internal/pub/lib/src/command/get.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/get.dart b/sdk/lib/_internal/pub/lib/src/command/get.dart
|
| index 51c5f0a5f7211928a9a2b5bcb4e5577b3b8b6c7d..fbe86ae08efb154d06cb9257e5f778820979f307 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/get.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/get.dart
|
| @@ -22,7 +22,7 @@ class GetCommand extends PubCommand {
|
| }
|
|
|
| Future onRun() {
|
| - return entrypoint.getDependencies()
|
| + return entrypoint.acquireDependencies()
|
| .then((_) => log.message("Got dependencies!"));
|
| }
|
| }
|
|
|