folder is ~/.vagrant.d not ~/vagrant.d
This commit is contained in:
parent
5e1bb5bf63
commit
d6249f671d
|
@ -37,7 +37,7 @@ begin
|
||||||
|
|
||||||
# XXX: This is temporary and should be removed prior to release.
|
# XXX: This is temporary and should be removed prior to release.
|
||||||
env.ui.warn("You're using a development version of Vagrant. This version\n" +
|
env.ui.warn("You're using a development version of Vagrant. This version\n" +
|
||||||
"makes structural changes to the `~/vagrant.d` folder such that\n" +
|
"makes structural changes to the `~/.vagrant.d` folder such that\n" +
|
||||||
"you will be _unable_ to downgrade back to a 1.0.x release. This\n" +
|
"you will be _unable_ to downgrade back to a 1.0.x release. This\n" +
|
||||||
"affects all Vagrant environments on your computer. Other users\n" +
|
"affects all Vagrant environments on your computer. Other users\n" +
|
||||||
"of Vagrantfiles you create and use can continue to use 1.0.x without\n" +
|
"of Vagrantfiles you create and use can continue to use 1.0.x without\n" +
|
||||||
|
|
Loading…
Reference in New Issue