mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
build: fixup af3d96dab8
: syntax error in builddep install
This commit is contained in:
parent
074f989547
commit
be4e244f1f
2
lazy.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user