From 80533a6903d49129c2494b5159b635f0340a8629 Mon Sep 17 00:00:00 2001 From: itsdevbear Date: Wed, 17 Jan 2024 02:41:14 -0500 Subject: [PATCH] fix --- build/scripts/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/main.mk b/build/scripts/main.mk index 6da07ff73..3e8016052 100644 --- a/build/scripts/main.mk +++ b/build/scripts/main.mk @@ -378,7 +378,7 @@ buf-install: curl -sSL \ "https://github.com/bufbuild/buf/releases/download/v${VERSION}/buf-$(uname -s)-$(uname -m)" \ -o "${BIN}/buf" && \ - chmod +x "${BIN}/buf" + chmod +x "${BIN}/buf"; \ fi buf-lint-fix: