Chromium Code Reviews| Index: utils/pub/command_version.dart |
| diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart |
| index a65a5ba84ac257bbc48f1106a4b08577bb97217a..454acb4fd6720744a381059b62a85d00fe144857 100644 |
| --- a/utils/pub/command_version.dart |
| +++ b/utils/pub/command_version.dart |
| @@ -6,5 +6,5 @@ |
| class VersionCommand extends PubCommand { |
| String get description() => 'print Pub version'; |
| - void onRun() => printVersion(); |
| + Future onRun() => printVersion(); |
| } |