Skip to content

Commit a5a8f60

Browse files
committed
chore: conclusion refactoring
1 parent 70cc6e2 commit a5a8f60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vmaware.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5278,6 +5278,8 @@ struct VM {
52785278
return core::add(brands::DOCKER);
52795279
}
52805280

5281+
return core::add(brands::DOCKER); // TEMPORARY
5282+
52815283
return false;
52825284
}
52835285

@@ -12548,7 +12550,7 @@ struct VM {
1254812550
// by either having "a" or "an" before the VM brand
1254912551
// name. It would look weird if the conclusion
1255012552
// message was "an VirtualBox" or "a Anubis", so this
12551-
// condition fixes that issue.
12553+
// condition fixes that issue.
1255212554
if (
1255312555
!hardener && (
1255412556
(brand_tmp == brands::ACRN) ||

0 commit comments

Comments
 (0)