Merge pull request #2089 from ehershey/patch-1

Remove duplicate "directly"
This commit is contained in:
Seth Vargo 2015-05-23 13:11:58 -04:00
commit 86c2043a64
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ machine will be created by Packer.
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.
into `/tmp` directly.
This behavior was adopted from the standard behavior of rsync. Note that
under the covers, rsync may or may not be used.