Skip to content

Commit

Permalink
Merge pull request #50 from openshift/fix-make-manifests
Browse files Browse the repository at this point in the history
fixes broken `make manifests`, which was also breaking `make unit`.
  • Loading branch information
openshift-merge-robot committed Feb 21, 2020
2 parents 4d1663e + d0f51ef commit 3324a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ manifests:
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go all
kustomize build config/ > provider-components.yaml
echo "---" >> provider-components.yaml
cd vendor && kustomize build github.com/openshift/cluster-api/config >> ../provider-components.yaml
kustomize build vendor/github.com/openshift/cluster-api/config >> provider-components.yaml

# Run go fmt against code
fmt:
Expand Down

0 comments on commit 3324a87

Please sign in to comment.