Skip to content

Commit

Permalink
Fix controller-gen version in automatic download
Browse files Browse the repository at this point in the history
  • Loading branch information
voelzmo committed Mar 15, 2023
1 parent 562b977 commit 7fee123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/hack/generate-crd-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trap cleanup EXIT
if [[ -z $(which controller-gen) ]]; then
(
cd $WORKSPACE
go install sigs.k8s.io/controller-tools/cmd/controller-gen@0.9.2
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.9.2
)
CONTROLLER_GEN=${GOBIN:-$(go env GOPATH)/bin}/controller-gen
else
Expand Down

0 comments on commit 7fee123

Please sign in to comment.