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:
parent
6606f9fc58
commit
091b76ec24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user