From 588a25c14eb15dd75e4f46083963ba45f92fd779 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Thu, 10 Nov 2022 17:13:39 +0100 Subject: [PATCH] chore: fix Dart SDK DEPS file link in DEPS the dot at the end got picked up when clicking on the link. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 88615bf659f76..3580f108e9e05 100644 --- a/DEPS +++ b/DEPS @@ -45,7 +45,7 @@ vars = { # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the # Dart SDK's DEPS file for that revision of Dart. The DEPS file for - # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS. + # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. 'dart_revision': 'fa6586382e5ddcae7fc4fa884584a12ab5e019f7',