Skip to content

Commit a82a220

Browse files
committed
[infra] Update find_base_commit.dart to default to main
This should fix the base builder. Bug: b/198416551 Change-Id: I900a22f6e7d2f5b013de35a00103c987cff5a605 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213042 Reviewed-by: Dmitry Stefantsov <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent 6567ad6 commit a82a220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bots/find_base_commit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void main(List<String> args) async {
2222
parser.addOption("branch",
2323
abbr: "B",
2424
help: "Select the builders building this branch",
25-
defaultsTo: "master");
25+
defaultsTo: "main");
2626
parser.addOption("count",
2727
abbr: "c", help: "List this many commits", defaultsTo: "1");
2828
parser.addFlag("help", help: "Show the program usage.", negatable: false);

0 commit comments

Comments
 (0)