From 3d3636d768cb787b4788a942ba70bc105f9bac0d Mon Sep 17 00:00:00 2001 From: Craig Johnston Date: Tue, 1 May 2018 10:22:29 -0700 Subject: [PATCH] Fixed omission of github.com in git clone path (#6851) Should clone into ${GOPATH}/src/github.com/elastic/beats as following instructions point to files in that path. --- docs/devguide/newbeat.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devguide/newbeat.asciidoc b/docs/devguide/newbeat.asciidoc index 84a4f1b1c6d..90b03c29b2b 100644 --- a/docs/devguide/newbeat.asciidoc +++ b/docs/devguide/newbeat.asciidoc @@ -47,7 +47,7 @@ under `GOPATH`: [source,shell] ---------------------------------------------------------------------- mkdir -p ${GOPATH}/src/github.com/elastic -git clone https://github.com/elastic/beats ${GOPATH}/src/elastic/beats +git clone https://github.com/elastic/beats ${GOPATH}/src/github.com/elastic/beats ---------------------------------------------------------------------- To build your beat