Update vm

This commit is contained in:
Dries Michiels
2018-12-24 17:11:37 +01:00
committed by GitHub
parent 813c73590d
commit 613dfc2901

2
vm
View File

@@ -30,7 +30,7 @@ if [ -e "./lib/vm-core" ]; then
elif [ -e "/usr/local/lib/vm-bhyve" ]; then
LIB="/usr/local/lib/vm-bhyve"
else
echo "unable to locate vm-bhyve libriaries"
echo "unable to locate vm-bhyve libraries"
exit 1
fi