From 0d379c5eb89d7f1b50f4e7f40ccf0ad8547be939 Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Thu, 12 Sep 2024 21:58:15 -0400 Subject: [PATCH] updated error --- cli/install.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/install.go b/cli/install.go index 120ba7d..4531758 100644 --- a/cli/install.go +++ b/cli/install.go @@ -110,7 +110,8 @@ func (z *ZVM) Install(version string) error { } fmt.Println("Shasums match! 🎉") } else { - log.Warnf("No shasum. Downloaded from zig.onl: %v", wasZigOnl) + log.Warnf("No shasum provided by host") + // log.Warnf("No shasum. Downloaded from zig.onl: %v", wasZigOnl) } // The base directory where all Zig files for the appropriate version are installed