| Index: utils/pub/git_source.dart
|
| diff --git a/utils/pub/git_source.dart b/utils/pub/git_source.dart
|
| index 46ec7d232dbeaeee48c0b1067cf0dd9243876cdb..6327638d93ba54925cc3da600db4e351cab060dc 100644
|
| --- a/utils/pub/git_source.dart
|
| +++ b/utils/pub/git_source.dart
|
| @@ -80,7 +80,7 @@ class GitSource extends Source {
|
|
|
| if (!description.isEmpty) {
|
| var plural = description.length > 1;
|
| - var keys = Strings.join(description.getKeys(), ', ');
|
| + var keys = Strings.join(description.keys, ', ');
|
| throw new FormatException("Invalid key${plural ? 's' : ''}: $keys.");
|
| }
|
| }
|
|
|