diff --git a/lib/rbvmomi/vim/OvfManager.rb b/lib/rbvmomi/vim/OvfManager.rb index 88017f83..dce7e0d4 100644 --- a/lib/rbvmomi/vim/OvfManager.rb +++ b/lib/rbvmomi/vim/OvfManager.rb @@ -139,7 +139,7 @@ def deployOVF opts # to the uploadCmd. It is not clear to me why, but that leads to # trucation of the uploaded disk. Without this option curl can't tell # the progress, but who cares - system("#{downloadCmd} | #{uploadCmd}", STDOUT => "/dev/null") + system("#{downloadCmd} | #{uploadCmd}", :out => "/dev/null") keepAliveThread.kill keepAliveThread.join