Clarify error message for VAGRANT_HOME [GH-4256]
This commit is contained in:
parent
ac0d213c9b
commit
8e633acbc7
|
@ -86,6 +86,10 @@ rescue Bundler::VersionConflict => e
|
|||
$stderr.puts ""
|
||||
$stderr.puts " rm -r ~/.vagrant.d/plugins.json ~/.vagrant.d/gems"
|
||||
$stderr.puts ""
|
||||
$stderr.puts "Note if you have an alternate VAGRANT_HOME environmental variable"
|
||||
$stderr.puts "set, the folders above will be in that directory rather than your"
|
||||
$stderr.puts "user's home directory."
|
||||
$stderr.puts ""
|
||||
$stderr.puts "The error message is shown below:\n\n"
|
||||
$stderr.puts e.message
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue