From d903b6d56a25df6eaf49d81682e9ca55575f9d18 Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Fri, 1 May 2015 14:34:37 -0400 Subject: [PATCH] Remove duplicate "directly" --- website/source/docs/provisioners/file.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/file.html.markdown b/website/source/docs/provisioners/file.html.markdown index a8d0daf56..68034fe00 100644 --- a/website/source/docs/provisioners/file.html.markdown +++ b/website/source/docs/provisioners/file.html.markdown @@ -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.