Minor fix.

This commit is contained in:
Julien Fontanet
2015-11-18 16:40:08 +01:00
parent 74e4b9d6d2
commit 76baa8c791

View File

@@ -566,7 +566,7 @@ export default class Xapi extends XapiBase {
//
// If `force` is false and the evacuation failed, the host is re-
// enabled and the error is thrown.
async _clearHost ({ $ref, ref }, force) {
async _clearHost ({ $ref: ref }, force) {
await this.call('host.disable', ref)
try {