Skip to content

Commit

Permalink
Update controllers/lmes/lmevaljob_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yihong Wang <[email protected]>
  • Loading branch information
tedhtchang and yhwang authored Oct 16, 2024
1 parent 6ea5144 commit b1447cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/lmes/lmevaljob_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ func mergeMapWithFilters(dest, src map[string]string, prefixFilters []string, lo
}
}

func generateArgs(options *serviceOptions, job *lmesv1alpha1.LMEvalJob, log logr.Logger) []string {
func generateArgs(svcOpts *serviceOptions, job *lmesv1alpha1.LMEvalJob, log logr.Logger) []string {
if job == nil {
return nil
}
Expand Down

0 comments on commit b1447cb

Please sign in to comment.