From aab5ffd72a12dd6cd9ab2b58b37a58aa298d4812 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Tue, 12 May 2020 11:47:03 +0200 Subject: [PATCH] L #-: Linting for vCenter vm_monitor --- .../lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb b/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb index 064872fa2f..f8edfde694 100644 --- a/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb +++ b/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb @@ -460,7 +460,8 @@ module VirtualMachineMonitor str_info << 'VCENTER_ESX_HOST="' << esx_host << '" ' << "\n" str_info << 'VCENTER_GUEST_STATE=' << guest_state << "\n" str_info << 'VCENTER_VM_NAME="' << vm_name << '" ' << "\n" - str_info << 'VCENTER_VMWARETOOLS_RUNNING_STATUS=' << vmware_tools << "\n" + str_info << 'VCENTER_VMWARETOOLS_RUNNING_STATUS=' \ + << vmware_tools << "\n" str_info << 'VCENTER_VMWARETOOLS_VERSION=' << vmtools_ver << "\n" str_info << 'VCENTER_VMWARETOOLS_VERSION_STATUS=' \ << vmtools_verst << "\n"