diff options
| author | Jeff Carr <[email protected]> | 2025-08-31 17:19:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-31 17:19:53 -0500 |
| commit | cc5db9ba7ea3d4b636ea2870fe0a3f3decaa9177 (patch) | |
| tree | c38629d8b3ade311e857dbb1a8b71a5d3f399e74 /human.go | |
| parent | c847491037a9bdb4d315f8ef5a187dfcdcca1d51 (diff) | |
attempt to fix macos buildv0.0.14
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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": |
