Skip to content

Commit

Permalink
Fix Makefile bug with renamed go-get target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaspitfire committed Jan 18, 2016
1 parent 922bd3b commit b29f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ run: docker build-linux
docker-compose up elasticsearch factbeat kibana

# Run the unit tests. These are true _unit_ tests, exercising individual Go functions.
unit-test: goget
unit-test: go-get
docker-compose run builder go test -v . ./beat

# Run the "black box" acceptance tests, injecting data into an Elasticsearch
Expand Down

0 comments on commit b29f959

Please sign in to comment.