Merge pull request #7122 from kenorb/patch-1
Fixes #7121: Corrected binary logic description.
This commit is contained in:
commit
013b76e92f
|
@ -48,7 +48,7 @@ The remainder of the available options are optional:
|
||||||
the keys remain untouched.
|
the keys remain untouched.
|
||||||
|
|
||||||
* `binary` (boolean) - Vagrant automatically replaces Windows line endings with
|
* `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
|
this is "false". If the shell provisioner is communicating over WinRM, this
|
||||||
defaults to "true".
|
defaults to "true".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue