From 4c648d1db435a84f01d821a97d06d2b27d445bd9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 23 Mar 2013 15:59:40 -0700 Subject: [PATCH] Remove example --- example.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 example.json diff --git a/example.json b/example.json deleted file mode 100644 index 71f0d8e45..000000000 --- a/example.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "ubuntu-12.04.2-server-amd64", - - "builders": [ - "virtualbox": { - "os_type": "Ubuntu_64", - } - ] -}