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 5e3d696 commit 150b473Copy full SHA for 150b473
hack/code-gen.sh
@@ -39,6 +39,8 @@ if [[ "${COPY_OR_DIFF}" == "copy" ]]; then
39
printf "Populating with new generated files...\n"
40
mkdir -p ./pkg/generated
41
cp -r "$GOPATH/src/github.com/janekbaraniewski/kubeserial/pkg/generated/"* ./pkg/generated/
42
+ printf "New files populated with:\n"
43
+ ls -la ./pkg/generated/
44
fi
45
46
printf "Final checks...\n"
0 commit comments