Skip to content

Commit

Permalink
Merge branch 'master' into BLI_4123_Holistic_PV_Check
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloKo authored Apr 22, 2024
2 parents 1de8d71 + 787176b commit c798887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/generator/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func {{.StepName}}(config {{ .StepName }}Options, telemetryData *telemetry.Custo
// Error situations should be bubbled up until they reach the line below which will then stop execution
// through the log.Entry().Fatal() call leading to an os.Exit(1) in the end.
err := run{{.StepName | title}}(&config, telemetryData, utils{{ range $notused, $oRes := .OutputResources}}, &{{ index $oRes "name" }}{{ end }})
err := run{{.StepName | title}}(&config, telemetryData, utils{{ range $notused, $oRes := .OutputResources}}, {{ index $oRes "name" }}{{ end }})
if err != nil {
log.Entry().WithError(err).Fatal("step execution failed")
}
Expand Down

0 comments on commit c798887

Please sign in to comment.