Skip to content

Commit

Permalink
remove trailing slash in mod init
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Jul 23, 2024
1 parent cf4fbd1 commit 4b3a462
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 @@ -150,7 +150,7 @@ gen-modules/%:
@echo "Initializing module in $(DIR)" \
&& cd $(DIR) \
&& rm -f go.mod go.sum \
&& $(GO) mod init go.opentelemetry.io/proto/$(DIR)
&& $(GO) mod init go.opentelemetry.io/proto/$(patsubst %\,%,$(DIR))

.PHONY: copy-otlp-protobuf-slim
copy-otlp-protobuf-slim:
Expand Down

0 comments on commit 4b3a462

Please sign in to comment.