Skip to content

Commit

Permalink
updated error
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham committed Sep 13, 2024
1 parent 288b6c8 commit 0d379c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d379c5

Please sign in to comment.