Skip to content

Commit

Permalink
update codegen script (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-amruta committed Feb 3, 2023
1 parent e0032a9 commit a8ef704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -o xtrace

export GO111MODULE=on
go mod download
execDir="/root/go/pkg/mod/k8s.io/code-generator@$(go list -f '{{.Version}}' -m k8s.io/code-generator)"
execDir="/go/pkg/mod/k8s.io/code-generator@$(go list -f '{{.Version}}' -m k8s.io/code-generator)"
chmod +x "${execDir}"/generate-groups.sh
"${execDir}"/generate-groups.sh \
all \
Expand Down

0 comments on commit a8ef704

Please sign in to comment.