Skip to content

Commit b773405

Browse files
committed
fix script
1 parent 6f54141 commit b773405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-reconciler-codegen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ kube::codegen::gen_client \
4646
# Knative Injection
4747
${KNATIVE_CODEGEN_PKG}/hack/generate-knative.sh "injection" \
4848
${GENCLIENT_PKG} knative.dev/pkg/apis/test \
49-
"example:v1alpha1" \
49+
"example:v1alpha1,pub:v1alpha1" \
5050
--go-header-file ${REPO_ROOT_DIR}/hack/boilerplate/boilerplate.go.txt \
5151
--force-genreconciler-kinds "Foo"
5252

5353
# Knative Injection
5454
${KNATIVE_CODEGEN_PKG}/hack/generate-knative.sh "injection" \
55-
${GENCLIENT_PKG}/pub knative.dev/pkg/apis/test \
55+
${GENCLIENT_PKG} knative.dev/pkg/apis/test \
5656
"pub:v1alpha1" \
5757
--go-header-file ${REPO_ROOT_DIR}/hack/boilerplate/boilerplate.go.txt
5858

0 commit comments

Comments
 (0)