From 2b8a281e8a3c3e6c0f84b084da0f8d0d915aa0a6 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 20 Jul 2014 20:13:36 -0300 Subject: [PATCH] Whitespace --- lib/vagrant-cachier/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-cachier/plugin.rb b/lib/vagrant-cachier/plugin.rb index 7cca1e8..4ad0acd 100644 --- a/lib/vagrant-cachier/plugin.rb +++ b/lib/vagrant-cachier/plugin.rb @@ -20,7 +20,7 @@ module VagrantPlugins # 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 - softlayer proxmox managed azure brightbox cloudstack vcloud + softlayer proxmox managed azure brightbox cloudstack vcloud vsphere ) end end