You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dl...@apache.org on 2014/12/29 22:44:58 UTC

incubator-aurora git commit: Fixes markdown formatting in Vagrant documentation.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master c331bcd02 -> 5917b4c52


Fixes markdown formatting in Vagrant documentation.

Reviewed at https://reviews.apache.org/r/29426/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/5917b4c5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/5917b4c5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/5917b4c5

Branch: refs/heads/master
Commit: 5917b4c528ebb079cc25bc5f27f928be1fbbfad3
Parents: c331bcd
Author: Dave Lester <dl...@apache.org>
Authored: Mon Dec 29 16:46:43 2014 -0500
Committer: Dave Lester <da...@davelester.org>
Committed: Mon Dec 29 16:46:43 2014 -0500

----------------------------------------------------------------------
 docs/vagrant.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/5917b4c5/docs/vagrant.md
----------------------------------------------------------------------
diff --git a/docs/vagrant.md b/docs/vagrant.md
index c3632ee..67f0426 100644
--- a/docs/vagrant.md
+++ b/docs/vagrant.md
@@ -45,6 +45,7 @@ no arguments to get a list of supported components.
 Troubleshooting
 ===============
 Most of the vagrant related problems can be fixed by the following steps:
+
 * Destroying the vagrant environment with `vagrant destroy`
 * Killing any orphaned VMs (see AURORA-499) with `virtualbox` UI or `VBoxManage` command line tool
 * Cleaning the repository of build artifacts and other intermediate output with `git clean -fdx`