Skip to content

Commit 1ae2aee

Browse files
vaindschwa423
authored andcommitted
chore: fix Dart SDK DEPS file link in DEPS (flutter#37496)
the dot at the end got picked up when clicking on the link.
1 parent e235398 commit 1ae2aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ vars = {
4545
# When updating the Dart revision, ensure that all entries that are
4646
# dependencies of Dart are also updated to match the entries in the
4747
# Dart SDK's DEPS file for that revision of Dart. The DEPS file for
48-
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS.
48+
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
4949
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5050
# updated revision list of existing dependencies.
5151
'dart_revision': 'fa6586382e5ddcae7fc4fa884584a12ab5e019f7',

0 commit comments

Comments
 (0)