Skip to content

Commit

Permalink
Latest version of cluster API renames ProviderConfig to ProviderSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
marccarre committed Dec 19, 2018
1 parent 04e6bfd commit 205f9c0
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 @@ -87,7 +87,7 @@ lint:
gen:
go install ./vendor/k8s.io/code-generator/cmd/deepcopy-gen
deepcopy-gen \
-i ./pkg/baremetalproviderconfig/v1alpha1,./pkg/baremetalproviderconfig \
-i ./pkg/baremetalproviderspec/v1alpha1,./pkg/baremetalproviderspec \
-O zz_generated.deepcopy \
-h boilerplate.go.txt
bin/embedmd.sh $(EMBEDMD_FILES)
Expand Down

0 comments on commit 205f9c0

Please sign in to comment.