diff --git a/src/onedb/onedb b/src/onedb/onedb index 077e9c125d..feb33f8657 100755 --- a/src/onedb/onedb +++ b/src/onedb/onedb @@ -43,15 +43,14 @@ else end $: << RUBY_LIB_LOCATION -$: << RUBY_LIB_LOCATION+'/cli' $: << RUBY_LIB_LOCATION+'/onedb' +$: << RUBY_LIB_LOCATION+'/cli' require 'cli/command_parser' require 'optparse/time' require 'onedb' require 'onedb_live' -require 'one_helper' -require 'opennebula' +require 'cli/one_helper' FORCE={ :name => "force",