Skip to content

Commit

Permalink
Use / for repository path.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyp committed Oct 22, 2024
1 parent 67193ca commit 5142a40
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 @@ -22,7 +22,7 @@ PROTOC_DOWNLOAD_URL = https://github.com/protocolbuffers/protobuf/releases/downl
# Additive or overridable variables
override GOTEST_OPT += -timeout 30s
LINT_RUN_OPTS ?= --fix
override GOMARKDOC_OPTS += --header="" --repository.url="https://github.com/heroku/x" --repository.path="" --repository.default-branch="master"
override GOMARKDOC_OPTS += --header="" --repository.url="https://github.com/heroku/x" --repository.path="/" --repository.default-branch="master"

.DEFAULT_GOAL := precommit

Expand Down

0 comments on commit 5142a40

Please sign in to comment.