From 2209fa67015ffb21dcae43dc00457e7c5dccd6d4 Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Thu, 23 Jun 2022 22:41:37 +0200 Subject: [PATCH] attempt to fix proto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84f2e68e7..8f78acc80 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ install: check-proto-deps: ifeq (,$(shell which protoc-gen-gogofaster)) - $(error "gogofaster plugin for protoc is required. Run 'go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest' to install") + @go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest endif .PHONY: check-proto-deps