Skip to content

Commit

Permalink
fix minor typo in usage output (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
flar authored Aug 28, 2023
1 parent 27ecaf6 commit 6eacd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_dart/bin/validate_task_ownership.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ List<String> localCheck(String ciYamlPath, String testOwnersPath) {
Future<void> main(List<String> args) async {
if (args.length != 2 && args.length != 3) {
print('validate_task_ownership.dart \$repo \$sha');
print('validate_task_ownership.dart local \$local_ci_yaml \$lcoal_TESTOWNERS');
print('validate_task_ownership.dart local \$local_ci_yaml \$local_TESTOWNERS');
io.exit(1);
}
List<String> noOwnerBuilders;
Expand Down

0 comments on commit 6eacd06

Please sign in to comment.