Skip to content

Commit

Permalink
Tidy everything, not just current group (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
jade-guiton-dd committed Nov 14, 2024
1 parent cb94fbb commit 773fdc2
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 @@ -262,7 +262,7 @@ check-contrib:
$(eval MOD_PATHS := "" $(ALL_MODULES:.%=%))
@$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod edit \
$(addprefix -replace ,$(join $(MOD_PATHS:%=go.opentelemetry.io/collector%),$(MOD_PATHS:%==$(CURDIR)%)))"
@$(MAKE) -C $(CONTRIB_PATH) gotidy
@$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod tidy"

@if [ -z "$(SKIP_REGENERATE)" ]; then \
$(MAKE) regenerate-contrib; \
Expand Down

0 comments on commit 773fdc2

Please sign in to comment.