Skip to content

Commit

Permalink
fixed model-gen (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
shriramsharma committed Jan 23, 2023
1 parent 5a52c35 commit 552a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ setup:
$(GOGET) -u github.com/golang/protobuf/protoc-gen-go@v1.3.2

model-gen:
$(DEEPCOPYGEN) -i ./admiral/pkg/apis/admiral/model/ -O zz_generated.deepcopy
$(DEEPCOPYGEN) -i ./admiral/pkg/apis/admiral/model/ -O zz_generated.deepcopy -o ./ --go-header-file hack/boilerplate.go.txt

gen-all: api-gen model-gen crd-gen

Expand Down

0 comments on commit 552a13e

Please sign in to comment.