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

bug #748: Fix onedb typo

This commit is contained in:
Daniel Molina 2011-08-02 19:12:47 +02:00
parent 33b563da8c
commit 7b8cc44339

View File

@ -115,7 +115,7 @@ class OneDBBacKEnd
end
end
class OneDBBackEndMySQL < OneDBBacKEnd
class BackEndMySQL < OneDBBacKEnd
def initialize(opts={})
@server = ops[:server]
@port = ops[:port]