Do not attempt to restore while saving new deps

This commit is contained in:
Harshavardhana 2015-06-04 16:32:32 -07:00
parent 962f5d5160
commit 5101273ec7

View File

@ -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: