diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-05 08:47:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-05 08:57:24 +0200 |
commit | 46f7f0361af208209812cc499c44b7acd8faa8e7 (patch) | |
tree | 472551de420f82ffeea94922815710f5def3ca74 /bbot/manifest.cxx | |
parent | b068b7caf525d854529c5dafdcaa965a5fafdd3a (diff) |
Change machine type enumeration values
Diffstat (limited to 'bbot/manifest.cxx')
-rw-r--r-- | bbot/manifest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/manifest.cxx b/bbot/manifest.cxx index 6c9fe4d..b9c623e 100644 --- a/bbot/manifest.cxx +++ b/bbot/manifest.cxx @@ -32,7 +32,7 @@ namespace bbot using strings = vector<string>; - static const strings machine_type_names ({"vm", "container"}); + static const strings machine_type_names ({"kvm", "nspawn"}); static const strings result_status_names ({ "success", |