Skip to content

Commit

Permalink
More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 11, 2024
1 parent 150b473 commit bfc0375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/code-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ if [[ "${COPY_OR_DIFF}" == "copy" ]]; then
printf "Populating with new generated files...\n"
mkdir -p ./pkg/generated
cp -r "$GOPATH/src/github.com/janekbaraniewski/kubeserial/pkg/generated/"* ./pkg/generated/
printf "New files populated with:\n"
printf "Populating DONE\n"
printf "New files populated with: \n"
ls -la ./pkg/generated/
fi

Expand Down

0 comments on commit bfc0375

Please sign in to comment.