Fix typo in docs for shell post-processor

This commit is contained in:
Tyler Tidman 2018-09-30 15:33:44 -04:00
parent b7b1720a91
commit 1a332421d7
1 changed files with 2 additions and 2 deletions

View File

@ -191,8 +191,8 @@ In order to interact with build artifacts, you may want to use the [manifest
post-processor](/docs/post-processors/manifest.html). This will write the list
of files produced by a `builder` to a json file after each `builder` is run.
For example, if you wanted to package a file from the file builder into
a tarball, you might wright this:
For example, if you wanted to package a file from the file builder into a
tarball, you might write this:
``` json
{