website: Fix repetition of "directly" in file provisioner docs

pull/16668/merge
Emil Nikolov 8 years ago committed by Martin Atkins
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…
Cancel
Save