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

Fix linting ofenses of onevm command

This commit is contained in:
Christian González 2019-01-30 12:28:13 +01:00 committed by Tino Vázquez
parent 3c0b91de4e
commit 723391e918

View File

@ -1056,9 +1056,9 @@ CommandParser::CmdParser.new(ARGV) do
rc = pool.info_search(:query => options[:search])
if rc != nil
if !rc.nil?
puts rc.message
exit -1
exit(-1)
end
if options[:xml]