From 10e4302b6c980eb8f5f6c099ca2174139a2e5107 Mon Sep 17 00:00:00 2001 From: Paul Bonser Date: Tue, 27 Sep 2016 15:08:50 -0500 Subject: [PATCH] Use relative path to build ginkgo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85513fe..e41edcc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ help: @echo "- watch: watch for changes and re-run tests" deps: - glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo github.com/onsi/ginkgo/ginkgo + glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo ./vendor/github.com/onsi/ginkgo/ginkgo test: deps