Skip to content

Commit df25086

Browse files
committed
build: Update dependencies of api module after syncing upstream types
1 parent 7c157c8 commit df25086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/apis.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PROVIDER_API_VERSION_capx := v1beta1
2222
# Instead. sync their APIs into the api/external directory.
2323
.PHONY: apis.sync
2424
apis.sync: ## Syncs infrastructure providers' APIs
25-
apis.sync: $(addprefix api.sync.,capa capd caaph capx) go-fix.api
25+
apis.sync: $(addprefix api.sync.,capa capd caaph capx) go-fix.api mod-tidy.api
2626

2727
.PHONY: api.sync.%
2828
api.sync.%: ## Syncs an infrastructure provider's API

0 commit comments

Comments
 (0)