website: Fix repetition of "directly" in file provisioner docs
This commit is contained in:
parent
05291ab982
commit
8d3bcd4f87
|
@ -80,7 +80,7 @@ of `/foo` on the local machine will be uploaded to `/tmp/foo` on the remote mach
|
|||
`foo` directory on the remote machine will be created by Terraform.
|
||||
|
||||
If the source, however, is `/foo/` (a trailing slash is present), and the destination is
|
||||
`/tmp`, then the contents of `/foo` will be uploaded directly into `/tmp` directly.
|
||||
`/tmp`, then the contents of `/foo` will be uploaded directly into `/tmp`.
|
||||
|
||||
This behavior was adopted from the standard behavior of
|
||||
[rsync](https://linux.die.net/man/1/rsync).
|
||||
|
|
Loading…
Reference in New Issue