Clarify that the warning will be removed when official version is

released
This commit is contained in:
Mitchell Hashimoto 2012-07-11 18:34:36 -07:00
parent 2995b6439d
commit 933b0b3101
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ begin
env.ui.warn("You're using a development version of Vagrant. Once you begin\n" + env.ui.warn("You're using a development version of Vagrant. Once you begin\n" +
"using this release, you will _not_ be able to downgrade back\n" + "using this release, you will _not_ be able to downgrade back\n" +
"to 1.0.x. Note that this only affects your computer. Other users\n" + "to 1.0.x. Note that this only affects your computer. Other users\n" +
"of Vagrantfiles you create can continue to use 1.0.x without issue.", "of Vagrantfiles you create can continue to use 1.0.x without issue.\n" +
"\n" +
"This message will be removed when this version is officially released.",
:prefix => false) :prefix => false)
result = env.ui.ask("If you're sure you'd like to continue, type 'Y' and then enter: ") result = env.ui.ask("If you're sure you'd like to continue, type 'Y' and then enter: ")
exit 0 if result && result.upcase != "Y" exit 0 if result && result.upcase != "Y"