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

B #-: fix require open3 (#2876)

Signed-off-by: Neal Hansen <nhansen@opennebula.io>
(cherry picked from commit a8c093f84812926da55417e586fba9cd99285b91)
This commit is contained in:
Neal 2023-12-20 10:19:46 -07:00 committed by Tino Vázquez
parent 904f2931bf
commit 547d1c4fdd
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -54,6 +54,7 @@ $LOAD_PATH << RUBY_LIB_LOCATION
$LOAD_PATH << File.dirname(__FILE__)
require 'vcenter_driver'
require 'open3'
drv_action_enc = STDIN.read