1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

Fix bug in onedb version command

This commit is contained in:
Carlos Martín 2014-11-24 10:09:08 +01:00 committed by Ruben S. Montero
parent 9076977988
commit 5c1c9eff46

View File

@ -119,7 +119,7 @@ class OneDB
else
puts "Shared: #{ret[:version]}"
puts "Local: #{ret[:version]}"
puts "Local: #{ret[:local_version]}"
end
return 0