mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add DigitalOcean provider
DigitalOcean provider bin needs to be required so that it gets properly added to the available providers list.
This commit is contained in:
parent
994fc66d3b
commit
2d4eff35c0
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ require 'fog/bin/bluebox'
|
|||
require 'fog/bin/brightbox'
|
||||
require 'fog/bin/cloudstack'
|
||||
require 'fog/bin/clodo'
|
||||
require 'fog/bin/digitalocean'
|
||||
require 'fog/bin/dnsimple'
|
||||
require 'fog/bin/dnsmadeeasy'
|
||||
require 'fog/bin/fogdocker'
|
||||
|
|
Loading…
Add table
Reference in a new issue