Skip to content

Commit bfc0375

Browse files
More logs
1 parent 150b473 commit bfc0375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/code-gen.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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"
42+
printf "Populating DONE\n"
43+
printf "New files populated with: \n"
4344
ls -la ./pkg/generated/
4445
fi
4546

0 commit comments

Comments
 (0)