Skip to content

Commit 7bf4eda

Browse files
authored
Merge pull request #245 from tchebb/non-defaultable
Mark provider as non-defaultable
2 parents f3991dd + f0f75d8 commit 7bf4eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vagrant-digitalocean/plugin.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Plugin < Vagrant.plugin('2')
1212
Config
1313
end
1414

15-
provider(:digital_ocean, parallel: true) do
15+
provider(:digital_ocean, parallel: true, defaultable: false) do
1616
require_relative 'provider'
1717
Provider
1818
end

0 commit comments

Comments
 (0)