From 9d17a7f1368f3e7cc86e8d26aeb520c4bebd6d28 Mon Sep 17 00:00:00 2001 From: Ash Jindal Date: Thu, 3 Oct 2019 11:36:10 +0100 Subject: [PATCH] Fixed CPE in description of `file` builder The description seems to be a CPE from the `null` builder. --- website/source/docs/builders/file.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/file.html.md b/website/source/docs/builders/file.html.md index 7a84fc3f3..8dc0a36b7 100644 --- a/website/source/docs/builders/file.html.md +++ b/website/source/docs/builders/file.html.md @@ -18,8 +18,8 @@ wait times. ## Basic Example -Below is a fully functioning example. It doesn't do anything useful, since no -provisioners are defined, but it will connect to the specified host via ssh. +Below is a fully functioning example. It create a file at `target` with the +specified `content`. ``` json {