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">
|
||||
{
|
||||
"type": "compress",
|
||||
"path": "foo.tar.gz"
|
||||
"output": "foo.tar.gz"
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Reference in New Issue