We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6567ad6 commit a82a220Copy full SHA for a82a220
tools/bots/find_base_commit.dart
@@ -22,7 +22,7 @@ void main(List<String> args) async {
22
parser.addOption("branch",
23
abbr: "B",
24
help: "Select the builders building this branch",
25
- defaultsTo: "master");
+ defaultsTo: "main");
26
parser.addOption("count",
27
abbr: "c", help: "List this many commits", defaultsTo: "1");
28
parser.addFlag("help", help: "Show the program usage.", negatable: false);
0 commit comments