Skip to content

Commit

Permalink
Update generate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok authored Sep 16, 2024
1 parent 43ef43f commit 7aab0d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openshift/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -euo pipefail

repo_root_dir=$(dirname "$(realpath "${BASH_SOURCE[0]}")")/..

GO111MODULE=off go get -u github.com/openshift-knative/hack/cmd/generate
GOFLAGS='' go install github.com/openshift-knative/hack/cmd/generate@latest


$(go env GOPATH)/bin/generate \
--root-dir "${repo_root_dir}" \
Expand Down

0 comments on commit 7aab0d4

Please sign in to comment.