diff --git a/Makefile b/Makefile index 74ff6e5..7c636be 100644 --- a/Makefile +++ b/Makefile @@ -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" +override GOMARKDOC_OPTS += --header="" --repository.url="https://github.com/heroku/x" --repository.path="" --repository.default-branch="master" .DEFAULT_GOAL := precommit