From 61f5b7dcfb749beed9cd8547d60ce6aa8f5c11af Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Thu, 22 Oct 2020 11:11:07 +0200 Subject: [PATCH] Fix the url of reviewdog (#21981) (#22070) (cherry picked from commit 215f49cf50a079d5f0963eeab3d1336d897c36f9) Co-authored-by: Ichinose Shogo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11e9c72f72d..a41d910145e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GOLINT=golint GOLINT_REPO=golang.org/x/lint/golint REVIEWDOG=reviewdog REVIEWDOG_OPTIONS?=-diff "git diff master" -REVIEWDOG_REPO=github.com/haya14busa/reviewdog/cmd/reviewdog +REVIEWDOG_REPO=github.com/reviewdog/reviewdog/cmd/reviewdog XPACK_SUFFIX=x-pack/ # PROJECTS_XPACK_PKG is a list of Beats that have independent packaging support