Skip to content

Commit

Permalink
Update Makefile to use pkg/cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii committed Dec 3, 2018
1 parent e4c2d09 commit d9f0fa8
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 @@ -28,7 +28,7 @@ depend-update: ## Update all dependencies
generate:
go build -o $$GOPATH/bin/deepcopy-gen sigs.k8s.io/cluster-api-provider-digitalocean/vendor/k8s.io/code-generator/cmd/deepcopy-gen
deepcopy-gen \
-i ./cloud/digitalocean/providerconfig,./cloud/digitalocean/providerconfig/v1alpha1 \
-i ./pkg/cloud/digitalocean/providerconfig,./pkg/cloud/digitalocean/providerconfig/v1alpha1 \
-O zz_generated.deepcopy \
-h hack/boilerplate/boilerplate.generatego.txt

Expand Down

0 comments on commit d9f0fa8

Please sign in to comment.