Update example to match parameter.
The example showed "path" instead of "output".
This commit is contained in:
parent
2fd3f64ab0
commit
bd5382dc72
|
@ -24,6 +24,6 @@ An example is shown below, showing only the post-processor configuration:
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
{
|
{
|
||||||
"type": "compress",
|
"type": "compress",
|
||||||
"path": "foo.tar.gz"
|
"output": "foo.tar.gz"
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in New Issue