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:
parent
860da961f0
commit
c066bf58f3
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ module Fog
|
|||
raise ArgumentError.new('terremark_username is required to access terremark')
|
||||
end
|
||||
if Fog.mocking?
|
||||
Fog::Slicehost::Mock.new(options)
|
||||
Fog::Terremark::Mock.new(options)
|
||||
else
|
||||
Fog::Slicehost::Real.new(options)
|
||||
Fog::Terremark::Real.new(options)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue