fix(xo-server/importVdiContent): HOST → host

This commit is contained in:
Julien Fontanet 2018-08-22 18:06:50 +02:00
parent 4d2909567c
commit 20dc4af4a4

View File

@ -1985,7 +1985,7 @@ export default class Xapi extends XapiBase {
throw new Error('no valid PBDs found') throw new Error('no valid PBDs found')
} }
const host = pbd.$HOST const host = pbd.$host
await Promise.all([ await Promise.all([
body.task, body.task,