summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
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":