Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 30e2ced

Browse files
authored
chore: fix Dart SDK DEPS file link in DEPS (#37496)
the dot at the end got picked up when clicking on the link.
1 parent ad89f6a commit 30e2ced

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)