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

Fix oneauth ruby lib paths

This commit is contained in:
Daniel Molina 2011-06-17 13:23:57 +02:00
parent c3672747ab
commit 13f69b5aed

View File

@ -29,7 +29,7 @@ else
end
$: << RUBY_LIB_LOCATION
$: << RUBY_LIB_LOCATION+'/cli'
require 'OpenNebula'
@ -39,8 +39,8 @@ require 'quota'
require 'ssh_auth'
require 'yaml'
require 'cli/command_parser'
require 'cli/one_helper'
require 'command_parser'
require 'one_helper'
cmd=CommandParser::CmdParser.new(ARGV) do
usage "oneauth COMMAND [args..]"