Merge pull request #6786 from tylert/doc-typo-shell-post-proc
Fix typo in docs for shell post-processor
This commit is contained in:
commit
7b4147cf1f
|
@ -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
|
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.
|
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
|
For example, if you wanted to package a file from the file builder into a
|
||||||
a tarball, you might wright this:
|
tarball, you might write this:
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue