From 0fbcbb3aeb4b3a10b8c4ccc90688296f51035a5d Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sat, 14 Jul 2018 18:33:18 +0100 Subject: [PATCH] makefile: fix protoc_libs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b929dbe5c..e5a52796f 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ protoc_libs: ## See https://stackoverflow.com/a/25518702 protoc $(INCLUDE) --go_out=plugins=grpc:. libs/common/*.proto @echo "--> adding nolint declarations to protobuf generated files" - @awk '/package libs/common/ { print "//nolint: gas"; print; next }1' libs/common/types.pb.go > libs/common/types.pb.go.new + @awk '/package common/ { print "//nolint: gas"; print; next }1' libs/common/types.pb.go > libs/common/types.pb.go.new @mv libs/common/types.pb.go.new libs/common/types.pb.go gen_certs: clean_certs