| Index: utils/pub/command_update.dart
|
| diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
|
| index f296752b3ebb8acc7bb7c55e48c5fa22cc8ce131..16155e2bf9940e5d44bb0340953f1aa3fbc144ac 100644
|
| --- a/utils/pub/command_update.dart
|
| +++ b/utils/pub/command_update.dart
|
| @@ -16,7 +16,7 @@ class UpdateCommand extends PubCommand {
|
|
|
| Future onRun() {
|
| var future;
|
| - if (commandOptions.rest.isEmpty()) {
|
| + if (commandOptions.rest.isEmpty) {
|
| future = entrypoint.updateAllDependencies();
|
| } else {
|
| future = entrypoint.updateDependencies(commandOptions.rest);
|
|
|