File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ test: generate-mocks lint bin/ginkgo bin/kubectl bin/kube-apiserver bin/etcd ##
166
166
./hack/testing_ginkgo_recover_statements.sh --remove; exit $$ EXIT_STATUS
167
167
168
168
.PHONY : generate-mocks
169
- generate-mocks : bin/mockgen generagte -deepcopy pkg/mocks/mock_client.go $(shell find ./pkg/mocks -type f -name "mock* .go") # # Generate mocks needed for testing. Primarily mocks of the cloud package.
169
+ generate-mocks : bin/mockgen generate -deepcopy pkg/mocks/mock_client.go $(shell find ./pkg/mocks -type f -name "mock* .go") # # Generate mocks needed for testing. Primarily mocks of the cloud package.
170
170
pkg/mocks/mock% .go : $(shell find ./pkg/cloud -type f -name "* test* " -prune -o -print)
171
171
go generate ./...
172
172
You can’t perform that action at this time.
0 commit comments