Index: utils/pub/sdk.dart |
diff --git a/utils/pub/sdk.dart b/utils/pub/sdk.dart |
index 0365aab30e398ec9fb52a8065c57aac624116b75..0e47acd867b5a753eb17c1d87219bb040a828a86 100644 |
--- a/utils/pub/sdk.dart |
+++ b/utils/pub/sdk.dart |
@@ -45,7 +45,7 @@ Version _getVersion() { |
var match = _versionPattern.firstMatch(version); |
if (match == null) { |
throw new FormatException("The Dart SDK's 'version' file was not in a " |
- "format pub could recognize. Found: $revision"); |
+ "format pub could recognize. Found: $version"); |
} |
var build = match[4]; |