From d11ff3237066a3c65de32ae4e058122a6c958819 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 19 Aug 2015 11:21:43 -0700 Subject: [PATCH] Change docs for checkpoint environment variable to reflect the not-vagrant-specific version CHECKPOINT_DISABLE --- website/docs/source/v2/other/environmental-variables.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/other/environmental-variables.html.md b/website/docs/source/v2/other/environmental-variables.html.md index 41ecdd252..7ed73f4fd 100644 --- a/website/docs/source/v2/other/environmental-variables.html.md +++ b/website/docs/source/v2/other/environmental-variables.html.md @@ -17,12 +17,12 @@ when launching Vagrant from the official installer, you can specify the `VAGRANT_DEBUG_LAUNCHER` environment variable to output debugging information about the launch process. -## VAGRANT\_CHECKPOINT\_DISABLE +## CHECKPOINT\_DISABLE Vagrant does occasional network calls to check whether the version of Vagrant that is running locally is up to date. We understand that software making remote calls over the internet for any reason can be undesirable. To surpress these -calls, set the environment variable `VAGRANT_CHECKPOINT_DISABLE` to any +calls, set the environment variable `CHECKPOINT_DISABLE` to any non-empty value. ## VAGRANT\_CWD