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

[compute|brightbox] Corrected require missed in update

This commit is contained in:
Paul Thornthwaite 2011-09-05 09:02:33 +01:00
parent 76be4bc54c
commit cb238f9ca7

View file

@ -15,7 +15,7 @@ module Fog
require 'fog/bluebox/compute'
Fog::Compute::Bluebox.new(attributes)
when :brightbox
require 'fog/brightbox/brightbox'
require 'fog/brightbox/compute'
Fog::Compute::Brightbox.new(attributes)
when :ecloud
require 'fog/ecloud/compute'