From 3b5443a5e72b5646f072bab4a00ea3a108225856 Mon Sep 17 00:00:00 2001 From: Jeff Bonhag Date: Mon, 13 Jan 2020 17:24:50 -0500 Subject: [PATCH] We are back to creating config.winssh_upload_directory --- website/source/docs/vagrantfile/winssh_settings.html.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/docs/vagrantfile/winssh_settings.html.md b/website/source/docs/vagrantfile/winssh_settings.html.md index b77acf063..98b0ca103 100644 --- a/website/source/docs/vagrantfile/winssh_settings.html.md +++ b/website/source/docs/vagrantfile/winssh_settings.html.md @@ -74,5 +74,3 @@ being executed. * `config.winssh.upload_directory` (string) - The upload directory used on the guest to store scripts for execute. This is set to `C:\Windows\Temp` by default. -Vagrant will not attempt to create this directory, so it must already exist on -the guest.