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:
parent
76be4bc54c
commit
cb238f9ca7
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue