From 63bea7e087f1d1fb371c8344894f86fc3f8104db Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 22 Jul 2015 11:30:47 -0800 Subject: Fixing godep restore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49c0cfefb..139247715 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: travis travis: @echo building for travis - godep restore + ${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin/godep restore rm -Rf $(DIST_ROOT) @go clean $(GOFLAGS) -i ./... -- cgit v1.2.3-1-g7c22