We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c157c8 commit df25086Copy full SHA for df25086
make/apis.mk
@@ -22,7 +22,7 @@ PROVIDER_API_VERSION_capx := v1beta1
22
# Instead. sync their APIs into the api/external directory.
23
.PHONY: apis.sync
24
apis.sync: ## Syncs infrastructure providers' APIs
25
-apis.sync: $(addprefix api.sync.,capa capd caaph capx) go-fix.api
+apis.sync: $(addprefix api.sync.,capa capd caaph capx) go-fix.api mod-tidy.api
26
27
.PHONY: api.sync.%
28
api.sync.%: ## Syncs an infrastructure provider's API
0 commit comments