From d818fa4d60bf66585809eb077cadeb132faf20a2 Mon Sep 17 00:00:00 2001 From: Ed Gibbs Date: Sun, 18 Jan 2015 21:59:36 -0800 Subject: [PATCH] Move vagrant box to discourse hosting This change just moves the Vagrant box to the discourse account at Atlas. --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 388822a4d..54955eaa0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,8 +3,8 @@ # See https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md # Vagrant.configure("2") do |config| - config.vm.box= "edgibbs/discourse-0.9.9.15.box" - config.vm.box_url = "https://vagrantcloud.com/edgibbs/discourse-0.9.9.15.box" + config.vm.box= "discourse/discourse-0.9.9.15.box" + config.vm.box_url = "https://vagrantcloud.com/discourse/discourse-0.9.9.15.box" # Make this VM reachable on the host network as well, so that other # VM's running other browsers can access our dev server.