summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-16 12:23:53 +0200
committergjoranv <gv@oath.com>2018-07-16 12:23:53 +0200
commitfdbaf48d3bb1c3aee5a337ce7112151dbbe8748f (patch)
tree1afb71a960737665ce13b01ef9b5ff5857e218ad /vagrant
parent8e8cdbdf483233dd722367960e0609d8d4ec18e8 (diff)
Update env variable name.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/README.md b/vagrant/README.md
index 3af8db0d68c..d5212692638 100644
--- a/vagrant/README.md
+++ b/vagrant/README.md
@@ -1,4 +1,4 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Create C++ / Java dev environment on CentOS using VirtualBox and Vagrant
@@ -17,7 +17,7 @@
##### a. For a dev environment with plain centos/7 and no GUI:
export VESPA_VAGRANT_VM_BOX=centos/7
- export VESPA_DISABLE_VAGRANT_GUI=true
+ export VESPA_VAGRANT_DISABLE_GUI=true
##### b. For a dev environment with GUI and CLion: