aboutsummaryrefslogtreecommitdiff
path: root/bbot/manifest
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-05 08:47:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-05 08:57:24 +0200
commit46f7f0361af208209812cc499c44b7acd8faa8e7 (patch)
tree472551de420f82ffeea94922815710f5def3ca74 /bbot/manifest
parentb068b7caf525d854529c5dafdcaa965a5fafdd3a (diff)
Change machine type enumeration values
Diffstat (limited to 'bbot/manifest')
-rw-r--r--bbot/manifest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/manifest b/bbot/manifest
index 5122dc6..c95e83c 100644
--- a/bbot/manifest
+++ b/bbot/manifest
@@ -22,7 +22,7 @@
namespace bbot
{
- enum class machine_type {vm, container};
+ enum class machine_type {kvm, nspawn};
class LIBBBOT_EXPORT machine_manifest
{