Skip to content

Commit

Permalink
Reword message
Browse files Browse the repository at this point in the history
  • Loading branch information
unguiculus authored Oct 27, 2020
1 parent 572a924 commit 1679edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chart/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func (t *Testing) processCharts(action func(chart *Chart) TestResult) ([]TestRes
}

if t.config.ExcludeDeprecated && chart.yaml.Deprecated {
fmt.Printf("Chart %s is deprecated, and will be ignored due to the ExcludeDeprecated configuration option\n", chart.String())
fmt.Printf("Chart '%s' is deprecated and will be ignored because '--exclude-deprecated' is set\n", chart.String())
} else {
charts = append(charts, chart)
}
Expand Down

0 comments on commit 1679edc

Please sign in to comment.