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 2017/09/14 20:36:12 UTC

directory-fortress-core git commit: formatting

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 54dc11331 -> eba2fc093


formatting


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

Branch: refs/heads/master
Commit: eba2fc093618aa5b145a6d343d4e27c166ec8b2d
Parents: 54dc113
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Sep 12 14:43:31 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Sep 12 14:43:31 2017 -0500

----------------------------------------------------------------------
 README-QUICKSTART-DOCKER-APACHEDS.md | 4 ++--
 README-QUICKSTART-DOCKER-SLAPD.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/eba2fc09/README-QUICKSTART-DOCKER-APACHEDS.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-DOCKER-APACHEDS.md b/README-QUICKSTART-DOCKER-APACHEDS.md
index b4326ad..e187c4c 100644
--- a/README-QUICKSTART-DOCKER-APACHEDS.md
+++ b/README-QUICKSTART-DOCKER-APACHEDS.md
@@ -62,7 +62,7 @@ ________________________________________________________________________________
  docker build -t apachedirectory/apacheds-for-apache-fortress-tests -f src/docker/apacheds-for-apache-fortress-tests/Dockerfile .
  ```
 
-Or just pull the prebuilt image:
+ Or just pull the prebuilt image:
 
  ```
  docker pull apachedirectory/apacheds-for-apache-fortress-tests
@@ -202,7 +202,7 @@ Here are some common commands needed to manage the Docker image.
 
  * trailing dot matters
 
-Or just to be sure don't use cached layers:
+ Or just to be sure don't use cached layers:
 
  ```
  docker build   --no-cache=true -t apachedirectory/apacheds-for-apache-fortress-tests -f src/docker/apacheds-for-apache-fortress-tests/Dockerfile .

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/eba2fc09/README-QUICKSTART-DOCKER-SLAPD.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-DOCKER-SLAPD.md b/README-QUICKSTART-DOCKER-SLAPD.md
index 77beb25..ed798f4 100644
--- a/README-QUICKSTART-DOCKER-SLAPD.md
+++ b/README-QUICKSTART-DOCKER-SLAPD.md
@@ -62,7 +62,7 @@ ________________________________________________________________________________
  docker build -t apachedirectory/openldap-for-apache-fortress-tests -f src/docker/openldap-for-apache-fortress-tests/Dockerfile .
  ```
 
-Or just pull the prebuilt image:
+ Or just pull the prebuilt image:
 
  ```
  docker pull apachedirectory/openldap-for-apache-fortress-tests
@@ -212,7 +212,7 @@ ________________________________________________________________________________
 
  * trailing dot matters
 
-Or just to be sure don't use cached layers:
+ Or just to be sure don't use cached layers:
 
  ```
  docker build  --no-cache=true -t apachedirectory/openldap-for-apache-fortress-tests -f src/docker/openldap-for-apache-fortress-tests/Dockerfile .