| commit | f654346777603871f32cbf339c6652ef7b658ec0 | [log] [tgz] |
|---|---|---|
| author | Jenn Magder <magder@google.com> | Wed Sep 23 13:27:24 2020 -0700 |
| committer | GitHub <noreply@github.com> | Wed Sep 23 13:27:24 2020 -0700 |
| tree | 77c113439d50e838e3e781c8b06ec55023b71e91 | |
| parent | fb8163260cbd2e1e18fa0a0004911dbabff68fcc [diff] [blame] |
Check git commands in Flutter version check test (#66406)
diff --git a/packages/flutter_tools/lib/src/version.dart b/packages/flutter_tools/lib/src/version.dart index 8b5e136..9fe312a 100644 --- a/packages/flutter_tools/lib/src/version.dart +++ b/packages/flutter_tools/lib/src/version.dart
@@ -398,7 +398,7 @@ lenient: false )); } on VersionCheckError { - // Don't perform the update check if the verison check failed. + // Don't perform the update check if the version check failed. return; }