summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-12-04 12:23:54 -0500
committerMicah Anderson <micah@riseup.net>2013-12-04 12:23:54 -0500
commit3d75d60d0bc34f2b6e0b59c743a7c38da4268bf9 (patch)
tree246ba4ea334389414a6c4a68f7b2d67dcb5478a8
parent5838e418d14ee2aa15d1bbd204a9076b8df0cccd (diff)
fix spacing of code block
-rw-r--r--docs/platform/development.md2
1 files changed, 1 insertions, 1 deletions
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.