We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cc6e2 commit a5a8f60Copy full SHA for a5a8f60
src/vmaware.hpp
@@ -5278,6 +5278,8 @@ struct VM {
5278
return core::add(brands::DOCKER);
5279
}
5280
5281
+ return core::add(brands::DOCKER); // TEMPORARY
5282
+
5283
return false;
5284
5285
@@ -12548,7 +12550,7 @@ struct VM {
12548
12550
// by either having "a" or "an" before the VM brand
12549
12551
// name. It would look weird if the conclusion
12552
// message was "an VirtualBox" or "a Anubis", so this
- // condition fixes that issue.
12553
+ // condition fixes that issue.
12554
if (
12555
!hardener && (
12556
(brand_tmp == brands::ACRN) ||
0 commit comments