From 4bbe43df0d72fb696ea0ea38dcd7150bef8b83c9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Oct 2014 16:41:12 -0700 Subject: [PATCH] website: clarify default provider --- website/docs/source/v2/providers/basic_usage.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/providers/basic_usage.html.md b/website/docs/source/v2/providers/basic_usage.html.md index db52e7484..f266fcd8b 100644 --- a/website/docs/source/v2/providers/basic_usage.html.md +++ b/website/docs/source/v2/providers/basic_usage.html.md @@ -76,8 +76,8 @@ Vagrant attempts to find the default provider in the following order: 1. The `--provider` flag on a `vagrant up` is chosen above all else, if it is present. - 2. If `VAGRANT_DEFAULT_PROVIDER` is set, it takes next priority and will - be the provider chosen. + 2. If the `VAGRANT_DEFAULT_PROVIDER` environmental variable is set, + it takes next priority and will be the provider chosen. 3. Vagrant will go through all of the `config.vm.provider` calls in the Vagrantfile and try each in order. It will choose the first provider