1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

F #4302: Fix typo @conf assignment (#4900)

Co-authored-by: mouyaq <amoya@opennebula.io>
This commit is contained in:
Angel Luis Moya Gonzalez 2020-06-08 15:43:02 +02:00 committed by GitHub
parent 724e683704
commit fce71a7932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ class VcenterMonitorManager
@conf[:address] = '127.0.0.1' if @conf[:address] == 'auto'
rescue StandardError
@mutex.synchronize { @conf = DEFAULT_CONF.clone }
@mutex.synchronize { @conf = DEFAULT_CONFIGURATION.clone }
end
#---------------------------------------------------------------------------