From c1f27dc1654574a9e0698ab2b717b4df5e1c69db Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 5 Apr 2018 09:34:14 -0700 Subject: [PATCH] Remove windows only note on environment variable --- website/source/docs/other/environmental-variables.html.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/docs/other/environmental-variables.html.md b/website/source/docs/other/environmental-variables.html.md index 0b65897de..1f294035c 100644 --- a/website/source/docs/other/environmental-variables.html.md +++ b/website/source/docs/other/environmental-variables.html.md @@ -185,8 +185,6 @@ required. ## `VAGRANT_PREFER_SYSTEM_BIN` -This currently only applies to Windows systems. - If this is set, Vagrant will prefer using utility executables (like `ssh` and `rsync`) from the local system instead of those vendored within the Vagrant installation.