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.
This commit is contained in:
parent
c6c9942e2e
commit
1b35ba99f6
|
@ -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".
|
||||
|
||||
|
|
Loading…
Reference in New Issue