Skip to content

Commit 30a80c8

Browse files
authored
[chore] allow empty commit in update-otel (#41935)
1 parent e08c65c commit 30a80c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ update-otel:$(MULTIMOD)
518518
# Tidy again after generating code
519519
$(MAKE) gotidy
520520
$(MAKE) remove-toolchain
521-
git add . && git commit -s -m "[chore] mod and toolchain tidy" ; \
521+
git add . && git commit -s -m "[chore] mod and toolchain tidy" --allow-empty ; \
522522

523523
.PHONY: otel-from-tree
524524
otel-from-tree:

0 commit comments

Comments
 (0)