From 3d75d60d0bc34f2b6e0b59c743a7c38da4268bf9 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 4 Dec 2013 12:23:54 -0500 Subject: fix spacing of code block --- docs/platform/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/development.md b/docs/platform/development.md index 2f13df6..2882cf9 100644 --- a/docs/platform/development.md +++ b/docs/platform/development.md @@ -158,7 +158,7 @@ In order to do that, you will need to configure Vagrant to launch a graphical co @custom_vagrant_vm_line = 'config.vm.provider "virtualbox" do |v| v.gui = true -end' + end' and then start, or restart, your local Vagrant node. You should get a VirtualBox graphical interface presented to you showing you the bootup and eventually the login. -- cgit v1.2.3