Do not attempt to restore while saving new deps

master
Harshavardhana 9 years ago
parent 962f5d5160
commit 5101273ec7
  1. 2
      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:

Loading…
Cancel
Save