Skip to content

Commit 6e5d37c

Browse files
committed
Fix
1 parent e8ce79c commit 6e5d37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/flakeguard/cmd/aggregate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ var AggregateAllCmd = &cobra.Command{
3030

3131
func init() {
3232
AggregateAllCmd.Flags().String("results-path", "testresult/", "Path to the folder containing JSON test result files")
33-
AggregateFailedCmd.Flags().String("output-results", "failed_tests.json", "Path to output the filtered failed test results in JSON format")
34-
AggregateFailedCmd.Flags().String("output-logs", "failed_logs.json", "Path to output the filtered failed test logs in JSON format")
33+
AggregateAllCmd.Flags().String("output-results", "failed_tests.json", "Path to output the filtered failed test results in JSON format")
34+
AggregateAllCmd.Flags().String("output-logs", "failed_logs.json", "Path to output the filtered failed test logs in JSON format")
3535
}

0 commit comments

Comments
 (0)