Skip to content

Commit

Permalink
fix(script): fix strimzi client gen script
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 27, 2022
1 parent a78f187 commit fe1a3dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/gen_client_strimzi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ go run k8s.io/code-generator/cmd/client-gen \
-h script/headers/default.txt \
--input duck/v1beta2 \
--input-base=github.com/apache/camel-k/addons/strimzi \
--output-base=. \
--output-package=github.com/apache/camel-k/addons/strimzi/duck/client

rm -r ./addons/strimzi/duck/client || true
Expand Down

0 comments on commit fe1a3dc

Please sign in to comment.