Skip to content

Commit 9eeacae

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Fix: add missing --output-base option to applyconfiguration-gen
1 parent 817f97e commit 9eeacae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ generate-client-files: code-generator
183183
--input-dirs="github.com/project-codeflare/codeflare-operator/api/codeflare/v1alpha1" \
184184
--go-header-file="hack/boilerplate.go.txt" \
185185
--output-package="github.com/project-codeflare/codeflare-operator/client/applyconfiguration" \
186+
--output-base="." \
186187
--trim-path-prefix "github.com/project-codeflare/codeflare-operator"
187188
$(CLIENT_GEN) \
188189
--input="codeflare/v1alpha1" \

0 commit comments

Comments
 (0)