Update post-processors.html.markdown

s/virtualbox/virtualbox-iso/
This commit is contained in:
Ross Smith II 2014-05-06 11:04:38 -07:00
parent d8d22299ce
commit d207795f7d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ and `except` will only affect that single post-processor in the sequence.
<pre class="prettyprint">
{
"type": "vagrant",
"only": ["virtualbox"]
"only": ["virtualbox-iso"]
}
</pre>