Update example to match parameter.

The example showed "path" instead of "output".
pull/1584/head
Tim Brown 12 years ago
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…
Cancel
Save