Merge pull request #1584 from Tpbrown/fix-compress-doc
website: Update example to match parameter.
This commit is contained in:
commit
2cb53234f5
|
@ -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