Skip to content

Commit

Permalink
Set repository.url for gomarkdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyp committed Oct 22, 2024
1 parent fe863e3 commit 338d843
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=""
override GOMARKDOC_OPTS += --header="" --repository.url="https://github.com/heroku/x"

.DEFAULT_GOAL := precommit

Expand Down

0 comments on commit 338d843

Please sign in to comment.