fix(xo-server/api/vm): add missing quote

Introduced by d7d81431e
This commit is contained in:
Julien Fontanet
2022-05-30 16:00:25 +02:00
parent c0b0ba433f
commit 68c118c3e5

View File

@@ -510,7 +510,7 @@ migrate.params = {
migrationNetwork: { type: 'string', optional: true },
bypassAssert: {
description: 'Bypass the verification asserting whether a VM can be migrated to the specified destination,
description: 'Bypass the verification asserting whether a VM can be migrated to the specified destination',
optional: true,
type: 'boolean',
},