From 5101273ec7b21d104354b4ca65e95eb247d5c489 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 4 Jun 2015 16:32:32 -0700 Subject: [PATCH] Do not attempt to restore while saving new deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e656d46c..9514d2633 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ install: minio @echo "Installing minio:" @godep go install -a -ldflags "-X main.BuildDate `go run buildscripts/date.go`" github.com/minio/minio -save: restore +save: @godep save ./... restore: