Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Sep 23, 2024
1 parent 09dae07 commit e1fbbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-openapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ openapi-gen \
[ -L ./v2 ] && rm -rf v2

export GO111MODULE=on
go build -o -buildvcs=false ./dist/gen-crd-spec "${PROJECT_ROOT}/hack/gen-crd-spec"
go build -o ./dist/gen-crd-spec "${PROJECT_ROOT}/hack/gen-crd-spec"
./dist/gen-crd-spec

0 comments on commit e1fbbba

Please sign in to comment.