Skip to content

Commit

Permalink
Fixed omission of github.com in git clone path (#6851)
Browse files Browse the repository at this point in the history
Should clone into ${GOPATH}/src/github.com/elastic/beats as following instructions point to files in that path.
  • Loading branch information
cjimti authored and ruflin committed May 3, 2018
1 parent 4a3759f commit f7dba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devguide/newbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7dba4f

Please sign in to comment.