Skip to content

Commit

Permalink
Merge pull request #27 from vmarkovtsev/patch-1
Browse files Browse the repository at this point in the history
Take glide from GOPATH/bin
  • Loading branch information
smola committed Jun 15, 2017
2 parents b4e8e9f + 328248f commit 54c71fc
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 @@ -21,7 +21,7 @@ GO_BUILD = $(GO_CMD) build
GO_CLEAN = $(GO_CMD) clean
GO_GET = $(GO_CMD) get -v
GO_TEST = $(GO_CMD) test -v
GLIDE = glide
GLIDE ?= $(GOPATH)/bin/glide

# Coverage
COVERAGE_REPORT = coverage.txt
Expand Down

0 comments on commit 54c71fc

Please sign in to comment.