mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-10 01:17:40 +03:00
Fix bug in onedb version command
This commit is contained in:
parent
cc9d88f4db
commit
eceb19a201
@ -119,7 +119,7 @@ class OneDB
|
||||
|
||||
else
|
||||
puts "Shared: #{ret[:version]}"
|
||||
puts "Local: #{ret[:version]}"
|
||||
puts "Local: #{ret[:local_version]}"
|
||||
end
|
||||
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user