Skip to content

Commit

Permalink
simplifying CheckChartArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Aug 7, 2024
1 parent 7a9a9dd commit e253f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/charts/arguments.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func CheckChartArgs(ctx context.Context, conf *config.ChartsRelease, ch string)
for _, c := range availableCharts {
if c == ch {
found = true
break
return found, nil
}
}

Expand Down

0 comments on commit e253f9a

Please sign in to comment.