Commit bd5382dc authored by Tim Brown's avatar Tim Brown

Update example to match parameter.

The example showed "path" instead of "output".
parent 2fd3f64a
......@@ -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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment