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

[terremark] train! error on recent cleanup

This commit is contained in:
geemus (Wesley Beary) 2010-03-17 21:12:27 -07:00
parent 860da961f0
commit c066bf58f3

View file

@ -16,9 +16,9 @@ module Fog
raise ArgumentError.new('terremark_username is required to access terremark') raise ArgumentError.new('terremark_username is required to access terremark')
end end
if Fog.mocking? if Fog.mocking?
Fog::Slicehost::Mock.new(options) Fog::Terremark::Mock.new(options)
else else
Fog::Slicehost::Real.new(options) Fog::Terremark::Real.new(options)
end end
end end