Skip to content

Commit

Permalink
Set branch and path explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyp committed Oct 22, 2024
1 parent 1b9ec87 commit 67193ca
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"
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 67193ca

Please sign in to comment.