Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

rename DigitalOcean provider to digital_ocean #145

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/vagrant-cachier/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Plugin < Vagrant.plugin('2')

# Keep an eye on https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins#wiki-providers
# for more.
CLOUD_PROVIDERS = %w( aws cloudstack digitalocean hp joyent openstack rackspace
CLOUD_PROVIDERS = %w( aws cloudstack digitalocean digital_ocean hp joyent openstack rackspace
softlayer proxmox managed azure brightbox cloudstack vcloud
vsphere )
end
Expand Down