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

Merge pull request #123 from autrilla/makefile

Fixed invalid go get in makefile
This commit is contained in:
Julien Vehent [:ulfr]
2016-09-20 14:39:40 -04:00
committed by GitHub

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