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 2017/06/26 13:36:41 UTC

[5/6] sling-site git commit: README

README


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/bfd6ea2d
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/bfd6ea2d
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/bfd6ea2d

Branch: refs/heads/master
Commit: bfd6ea2dd0ef3c1af76460e7d104ced0ec2cd2aa
Parents: dbcdc4d
Author: Bertrand Delacretaz <bd...@apache.org>
Authored: Mon Jun 26 15:29:20 2017 +0200
Committer: Bertrand Delacretaz <bd...@apache.org>
Committed: Mon Jun 26 15:29:20 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/sling-site/blob/bfd6ea2d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 959da18..02b3ac2 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ We'll have a script for that, but for now the following works:
     git checkout -- jbake.properties
     mv ./output /tmp
     git checkout asf-site
-    rsync -R /tmp/output/* .
+    rsync -r /tmp/output/* .
     git commit -a -m "Updating live site"
     
     # content should appear at https://sling.apache.org/ng/ (for now) soone