From d207795f7d58255751b24e8d826473a6e7ef10e4 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 6 May 2014 11:04:38 -0700 Subject: [PATCH] Update post-processors.html.markdown s/virtualbox/virtualbox-iso/ --- website/source/docs/templates/post-processors.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/post-processors.html.markdown b/website/source/docs/templates/post-processors.html.markdown index cda12e2a2..c1607f7aa 100644 --- a/website/source/docs/templates/post-processors.html.markdown +++ b/website/source/docs/templates/post-processors.html.markdown @@ -142,7 +142,7 @@ and `except` will only affect that single post-processor in the sequence.
 {
   "type": "vagrant",
-  "only": ["virtualbox"]
+  "only": ["virtualbox-iso"]
 }