Skip to content

Commit

Permalink
fixes earlier nsx-t patches
Browse files Browse the repository at this point in the history
  • Loading branch information
fwdIT authored Mar 26, 2020
1 parent 74fbbc9 commit 055fb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/vsphere/requests/compute/list_vm_interfaces.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Real
# unitNumber: 7,
#
def list_vm_interfaces(vm_id, datacenter = nil)
get_raw_interfaces(vm_id, datacenter).map { |nic| raw_to_hash nic }
get_raw_interfaces(vm_id, datacenter).map { |nic| raw_to_hash(nic, datacenter) }
end

def get_vm_interface(vm_id, options = {})
Expand Down

0 comments on commit 055fb8c

Please sign in to comment.