Skip to content

Commit bd06614

Browse files
k1LoWCopilot
andauthored
fix: corrent flag name
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d6dede1 commit bd06614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func init() {
206206
rootCmd.AddCommand(metricsCmd)
207207
metricsCmd.Flags().StringVarP(&since, "since", "s", "30min", "only consider executions since the given duration (e.g., 24hours, 30min, 15sec)")
208208
metricsCmd.Flags().StringVarP(&outOctocovPath, "out-octocov-path", "", "", "output the metrics in octocov custom metrics format to the specified file (e.g., ./metrics.json)")
209-
metricsCmd.Flags().BoolVarP(&withLintWarnings, "with-lint-wanings", "", false, "display the lint warnings along with the metrics")
209+
metricsCmd.Flags().BoolVarP(&withLintWarnings, "with-lint-warnings", "", false, "display the lint warnings along with the metrics")
210210
metricsCmd.Flags().BoolVarP(&withCoverageFullReport, "with-coverage-full-report", "", false, "display the coverage full report along with the metrics")
211211
}
212212

0 commit comments

Comments
 (0)