We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1214717 commit 4fc7d2eCopy full SHA for 4fc7d2e
hack/update-codegen.sh
@@ -195,5 +195,5 @@ if [ "$run_deepcopy" = true ]; then
195
echo "Generating deepcopy at ${APIS_PATH}"
196
go run sigs.k8s.io/controller-tools/cmd/controller-gen \
197
object:headerFile="${SCRIPT_ROOT}/hack/boilerplate.generatego.txt" \
198
- paths="./${APIS_PATH}"
+ paths="./${APIS_PATH}/..."
199
fi
0 commit comments