1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Signature of run_probes changed, changing vmware.rb accordingly

This commit is contained in:
Tino Vazquez 2013-10-18 18:10:34 +02:00
parent 9f51f72115
commit 29d3a0b6ef

View File

@ -28,7 +28,7 @@ $: << "../../vmm/vmware/"
require 'vi_driver'
host = ARGV[2]
host = ARGV[-1]
if !host
exit -1