| Index: sdk/lib/_internal/pub/lib/src/source/git.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/source/git.dart b/sdk/lib/_internal/pub/lib/src/source/git.dart
|
| index 5a7f5e5977b2b0cfeab7be96d29a9a4c0b489417..65807c5562c2ff8a35fa4c278cc676941edaad85 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/source/git.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/source/git.dart
|
| @@ -40,7 +40,7 @@ class GitSource extends Source {
|
| return git.isInstalled.then((installed) {
|
| if (!installed) {
|
| throw new Exception(
|
| - "Cannot get '${id.name}' from Git (${_getUrl(id)}).\n"
|
| + "Cannot get ${id.name} from Git (${_getUrl(id)}).\n"
|
| "Please ensure Git is correctly installed.");
|
| }
|
|
|
|
|