You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/04/01 10:48:39 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: format fix

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new ce90d87  format fix
ce90d87 is described below

commit ce90d87507814a1bb78f6027d8da300f2dc1d074
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Apr 1 12:48:32 2020 +0200

    format fix
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 28b9027..676ff8e 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ the instance is stopped.
 To start a Sling instance with the exact same setup used in the full
 build of this module, use
 
-  mvn clean install -Dlaunchpad.keep.running=true -Dhttp.port=8080
+    mvn clean install -Dlaunchpad.keep.running=true -Dhttp.port=8080
 
 Adding `-Dsling.debug.options="<debug options>"` for server-side debugging if needed.