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 e08c65c commit 30a80c8Copy full SHA for 30a80c8
Makefile
@@ -518,7 +518,7 @@ update-otel:$(MULTIMOD)
518
# Tidy again after generating code
519
$(MAKE) gotidy
520
$(MAKE) remove-toolchain
521
- git add . && git commit -s -m "[chore] mod and toolchain tidy" ; \
+ git add . && git commit -s -m "[chore] mod and toolchain tidy" --allow-empty ; \
522
523
.PHONY: otel-from-tree
524
otel-from-tree:
0 commit comments