Skip to content

Commit d51e4ad

Browse files
author
Joshua Reed
committed
Fixup deepcopy removal.
1 parent 52e8ec6 commit d51e4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ test: generate-mocks lint bin/ginkgo bin/kubectl bin/kube-apiserver bin/etcd ##
166166
./hack/testing_ginkgo_recover_statements.sh --remove; exit $$EXIT_STATUS
167167

168168
.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.
170170
pkg/mocks/mock%.go: $(shell find ./pkg/cloud -type f -name "*test*" -prune -o -print)
171171
go generate ./...
172172

0 commit comments

Comments
 (0)