summaryrefslogtreecommitdiff
path: root/src/hypervisor_check.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypervisor_check.adb')
-rw-r--r--src/hypervisor_check.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypervisor_check.adb b/src/hypervisor_check.adb
index 826a0a2..30bccf3 100644
--- a/src/hypervisor_check.adb
+++ b/src/hypervisor_check.adb
@@ -124,7 +124,7 @@ package body Hypervisor_Check is
Vendor_Name := To_Unbounded_String ("VMWare");
elsif Vendor_String = "Microsoft Hv" then
Vendor_Name := To_Unbounded_String ("Microsoft Hyper-V");
- elsif Vendor_String = "bhyve bhyve" then
+ elsif Vendor_String = "bhyve bhyve " then
Vendor_Name := To_Unbounded_String (bhyve);
else
Vendor_Name := To_Unbounded_String ("Unknown hypervisor");