1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Fixed invalid go get in makefile

This commit is contained in:
Adrian Utrilla
2016-09-19 11:25:29 -07:00
parent 138689bfa1
commit 949dadd92d

View File

@@ -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)"