From 949dadd92d4b83dd7f87eccd9cabf8bcd5992b58 Mon Sep 17 00:00:00 2001 From: Adrian Utrilla Date: Mon, 19 Sep 2016 11:25:29 -0700 Subject: [PATCH] Fixed invalid go get in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef0bbfeed..d6f57e835 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GOLINT := golint all: test vet generate install install: - $(GO) install github.com/mozilla-services/autograph + $(GO) install go.mozilla.org/sops/cmd/sops tag: all git tag -s $(TAGVER) -a -m "$(TAGMSG)"