1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

fsck returns a hash of versions instead of string

This commit is contained in:
Javi Fontan 2017-07-18 10:45:35 +02:00 committed by Ruben S. Montero
parent 6606f9fc58
commit 091b76ec24

View File

@ -76,6 +76,7 @@ class OneDBBacKEnd
if !version
if self.respond_to?(:db_version)
version = db_version
version = version[:local_version] if Hash === version
else
version = LATEST_DB_VERSION
end