Skip to content

Commit 537c6c4

Browse files
authored
Fix the repository URL in pubspec.yaml
The branch name `main` must be preceded by `tree`.
1 parent 5876246 commit 537c6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/args/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.6.0
33
description: >-
44
Library for defining parsers for parsing raw command-line arguments into a set
55
of options and values using GNU and POSIX style options.
6-
repository: https://github.com/dart-lang/core/main/pkgs/args
6+
repository: https://github.com/dart-lang/core/tree/main/pkgs/args
77

88
topics:
99
- cli

0 commit comments

Comments
 (0)