Skip to content

Commit

Permalink
Go build expects repo to be at different path (elastic#3613)
Browse files Browse the repository at this point in the history
Build fails as src is missing from the path.
  • Loading branch information
kureus authored and ruflin committed Feb 17, 2017
1 parent 9b43145 commit ecbf983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/README.md
Expand Up @@ -5,7 +5,7 @@ Welcome to Heartbeat.
This is a new EXPERIMENTAL beat for testing service availability using PING based on ICMP, TCP or higher level protocols.

Ensure that this folder is at the following location:
`${GOPATH}/github.com/elastic/beats`
`${GOPATH}/src/github.com/elastic/beats`

## Getting Started with Heartbeat

Expand Down

0 comments on commit ecbf983

Please sign in to comment.