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 150b473 commit bfc0375Copy full SHA for bfc0375
hack/code-gen.sh
@@ -39,7 +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"
+ printf "Populating DONE\n"
43
+ printf "New files populated with: \n"
44
ls -la ./pkg/generated/
45
fi
46
0 commit comments