Merge pull request #6786 from tylert/doc-typo-shell-post-proc

Fix typo in docs for shell post-processor
This commit is contained in:
Adrien Delorme 2018-10-01 11:10:36 +02:00 committed by GitHub
commit 7b4147cf1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
{