From 6718193deef97651de1c9f6ff0605ce9392a41d1 Mon Sep 17 00:00:00 2001 From: Pierre Donias Date: Mon, 29 May 2017 14:45:36 +0200 Subject: [PATCH] patchesRequiringReboot -> rebootRequired --- src/xapi-object-to-xo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xapi-object-to-xo.js b/src/xapi-object-to-xo.js index 5e78e02ba..c874b0b42 100644 --- a/src/xapi-object-to-xo.js +++ b/src/xapi-object-to-xo.js @@ -194,8 +194,8 @@ const TRANSFORMS = { } }), agentStartTime: toTimestamp(otherConfig.agent_start_time), + rebootRequired: !isEmpty(obj.updates_requiring_reboot), tags: obj.tags, - patchesRequiringReboot: link(obj, 'updates_requiring_reboot'), version: obj.software_version.product_version, // TODO: dedupe.