Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Fix improper namespacing issue
Browse files Browse the repository at this point in the history
There was an issue reported with invalid namespacing. This closes #63.
  • Loading branch information
jrgarcia committed Aug 18, 2016
1 parent 832b0d7 commit 5ee8ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbvmomi/utils/perfdump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _collect_info_on_all_vms_single root_folder, opts = {}
vms_props, inventory = all_inventory_flat root_folder, prop_names
vms = vms_props.keys

hosts_props = inventory.select{|k, v| k.is_a?(VIM::HostSystem)}
hosts_props = inventory.select{|k, v| k.is_a?(RbVmomi::VIM::HostSystem)}

conn = root_folder._connection
sc = conn.serviceContent
Expand Down

0 comments on commit 5ee8ec4

Please sign in to comment.