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

This commit is contained in:
Emil Nikolov 2018-04-17 01:27:52 +02:00 committed by Martin Atkins
parent 05291ab982
commit 8d3bcd4f87
1 changed files with 1 additions and 1 deletions

View File

@ -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).