Fixed CPE in description of `file` builder
The description seems to be a CPE from the `null` builder.
This commit is contained in:
parent
c46db9abcc
commit
9d17a7f136
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue