From d6249f671db581323636361404476d6d5720e541 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Thu, 26 Jul 2012 10:57:20 -0400 Subject: [PATCH] folder is ~/.vagrant.d not ~/vagrant.d --- bin/vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vagrant b/bin/vagrant index fffbb1305..0575b4677 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -37,7 +37,7 @@ begin # 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" + - "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" + "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" +