From cc5db9ba7ea3d4b636ea2870fe0a3f3decaa9177 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Aug 2025 17:19:53 -0500 Subject: attempt to fix macos build --- human.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'human.go') diff --git a/human.go b/human.go index fa7fb8c..d202673 100644 --- a/human.go +++ b/human.go @@ -14,7 +14,7 @@ func CheckProtoc() bool { userInstructions() switch runtime.GOOS { case "linux": - linuxInstall("protoc") + Install("protoc") case "macos": log.Info("todo: print instructions here for installing protoc on macos. brew install?") case "windows": @@ -32,7 +32,7 @@ func CheckProtoc() bool { userInstructions() switch runtime.GOOS { case "linux": - linuxInstall("protoc-gen-go") + Install("protoc-gen-go") case "macos": log.Info("todo: print instructions here for installing protoc on macos. brew install?") case "windows": -- cgit v1.2.3