Minor fix.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user