fix zvm check

This commit is contained in:
Emil Lerch 2024-10-31 14:10:32 -07:00
parent aa288ad0b9
commit bc65d9d656
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -29,7 +29,7 @@ use_zig() {
return 1 return 1
fi fi
if ! command -v "$1" > /dev/null 2>&1; then if ! command -v zvm > /dev/null 2>&1; then
log_error "zvm not installed - please install it from https://www.zvm.app/" log_error "zvm not installed - please install it from https://www.zvm.app/"
return 1 return 1
fi fi