From 96a51f9e6ae712025bc4bf3128629334408e7123 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Thu, 22 Oct 2020 11:10:40 +0200 Subject: [PATCH] Fix the url of reviewdog (#21981) (#22069) (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 c21c0a7346e..d64bb07776b 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