You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/04/16 05:27:28 UTC

directory-fortress-enmasse git commit: cleanup

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 4a2179a07 -> 060a28570


cleanup


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/060a2857
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/060a2857
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/060a2857

Branch: refs/heads/master
Commit: 060a285701cc65cf87bb5223b5049f5feed99368
Parents: 4a2179a
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Apr 15 12:48:21 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Apr 15 12:48:21 2016 -0500

----------------------------------------------------------------------
 README-QUICKSTART.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/060a2857/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 6bef72e..0011ea3 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -86,13 +86,13 @@ ________________________________________________________________________________
 
 1. From the fortress core package perform the following steps:
 
-a. Download the load file from git:
+ a. Download the load file from git:
 
  ```
  wget https://github.com/apache/directory-fortress-enmasse/blob/master/src/main/resources/FortressRestServerPolicy.xml -P ldap/setup
  ```
 
-b. Run maven install with load file:
+ b. Run maven install with load file:
 
  ```
  mvn install -Dload.file=ldap/setup/FortressRestServerPolicy.xml