Change docs for checkpoint environment variable to reflect the not-vagrant-specific version CHECKPOINT_DISABLE

This commit is contained in:
Chris Bednarski 2015-08-19 11:21:43 -07:00
parent 3fed57043d
commit d11ff32370
1 changed files with 2 additions and 2 deletions

View File

@ -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