summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-31 17:19:53 -0500
committerJeff Carr <[email protected]>2025-08-31 17:19:53 -0500
commitcc5db9ba7ea3d4b636ea2870fe0a3f3decaa9177 (patch)
treec38629d8b3ade311e857dbb1a8b71a5d3f399e74 /human.go
parentc847491037a9bdb4d315f8ef5a187dfcdcca1d51 (diff)
attempt to fix macos buildv0.0.14
Diffstat (limited to 'human.go')
-rw-r--r--human.go4
1 files changed, 2 insertions, 2 deletions
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":