Skip to content

Commit 150b473

Browse files
More logs
1 parent 5e3d696 commit 150b473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/code-gen.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ if [[ "${COPY_OR_DIFF}" == "copy" ]]; then
3939
printf "Populating with new generated files...\n"
4040
mkdir -p ./pkg/generated
4141
cp -r "$GOPATH/src/github.com/janekbaraniewski/kubeserial/pkg/generated/"* ./pkg/generated/
42+
printf "New files populated with:\n"
43+
ls -la ./pkg/generated/
4244
fi
4345

4446
printf "Final checks...\n"

0 commit comments

Comments
 (0)