Skip to content

Commit

Permalink
Merge pull request #82 from blixhavn/blixhavn/fix-controller-import
Browse files Browse the repository at this point in the history
Fix features import in the controller helper template
  • Loading branch information
turkenh authored Sep 12, 2023
2 parents 183a3b3 + 63b4ce8 commit 20c9753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/helpers/controller/KIND_LOWER/KIND_LOWER.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (

"{{ .Env.PROJECT_REPO | strings.ToLower }}/apis/{{ .Env.GROUP | strings.ToLower }}/{{ .Env.APIVERSION | strings.ToLower }}"
apisv1alpha1 "{{ .Env.PROJECT_REPO | strings.ToLower }}/apis/v1alpha1"
"{{ .Env.PROJECT_REPO | strings.ToLower }}/internal/controller/features"
"{{ .Env.PROJECT_REPO | strings.ToLower }}/internal/features"
)

const (
Expand Down

0 comments on commit 20c9753

Please sign in to comment.