1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Treat __sr as a string representing an opaque reference to a storage repository. See https://github.com/fog/fog/pull/3469

This commit is contained in:
Jonas Kongslund 2015-03-05 09:55:56 +04:00
parent 7135ac8eaa
commit d712a74b0d

View file

@ -25,7 +25,7 @@ module Fog
Fog::Logger.deprecation(
'The attribute #__sr is deprecated. Use #SR instead.'
)
config[:SR] = config[:__sr].reference
config[:SR] = config[:__sr]
end
unless config[:name].nil?