Skip to content

Commit

Permalink
Merge pull request #245 from tchebb/non-defaultable
Browse files Browse the repository at this point in the history
Mark provider as non-defaultable
  • Loading branch information
seth-reeser authored Aug 16, 2016
2 parents f3991dd + f0f75d8 commit 7bf4eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-digitalocean/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Plugin < Vagrant.plugin('2')
Config
end

provider(:digital_ocean, parallel: true) do
provider(:digital_ocean, parallel: true, defaultable: false) do
require_relative 'provider'
Provider
end
Expand Down

0 comments on commit 7bf4eda

Please sign in to comment.