From 1b35ba99f65449d570b08417798d111f9c2870ce Mon Sep 17 00:00:00 2001 From: Rafal Date: Tue, 8 Mar 2016 15:52:20 +0000 Subject: [PATCH] Corrected binary logic description. As per http://stackoverflow.com/q/28651275/55075 thread, this seems to be confusing. > CRLFs are changed to LFs if this is set to true. --- website/source/docs/provisioning/shell.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioning/shell.html.md b/website/source/docs/provisioning/shell.html.md index 952a40b59..8a272f4e5 100644 --- a/website/source/docs/provisioning/shell.html.md +++ b/website/source/docs/provisioning/shell.html.md @@ -48,7 +48,7 @@ The remainder of the available options are optional: the keys remain untouched. * `binary` (boolean) - Vagrant automatically replaces Windows line endings with - Unix line endings. If this is true, then Vagrant will not do this. By default + Unix line endings. If this is false, then Vagrant will not do this. By default this is "false". If the shell provisioner is communicating over WinRM, this defaults to "true".