diff --git a/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb b/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb index 33b4be982e..c54cd11735 100755 --- a/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb +++ b/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb @@ -29,7 +29,7 @@ end # rubocop:disable Lint/SuppressedException begin -ds_location = config.elements['DATASTORE_LOCATION'].text.to_s + ds_location = config.elements['DATASTORE_LOCATION'].text.to_s rescue StandardError end # rubocop:enable Lint/SuppressedException