From be4e244f1f39276c6cc85b3c42a76b9e6ffc0e8a Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 13 Oct 2018 16:29:33 +0200 Subject: [PATCH] build: fixup af3d96dab84188d956a2c74c47d4c74d3655e833: syntax error in builddep install --- lazy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazy.sh b/lazy.sh index 434f66b..4b87ea8 100755 --- a/lazy.sh +++ b/lazy.sh @@ -31,7 +31,7 @@ builddep() { go get -u github.com/golang/dep/cmd/dep go get -u github.com/golang/protobuf/protoc-gen-go go get -u github.com/alvaroloes/enumer - if ! type stringer || ! type dep || ! type protoc-gen-go; || ! type enumer then + if ! type stringer || ! type dep || ! type protoc-gen-go || ! type enumer ; then echo "Installed dependencies but can't find them in \$PATH, adjust it to contain \$GOPATH/bin" 1>&2 exit 1 fi