This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git
The following commit(s) were added to refs/heads/master by this push:
new 6294c9d README - correct repo init command
6294c9d is described below
commit 6294c9ddcd33c05cc7599446c84de1b254478b5d
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Oct 25 22:35:53 2017 +0200
README - correct repo init command
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2e34df7..9cca273 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ $ chmod a+x ~/bin/repo
See the detailed instructions at
https://source.android.com/source/downloading#installing-repo.
```
-$ repo init --no-clone-bundle https://github.com/apache/sling-aggregator.git
+$ repo init --no-clone-bundle -u https://github.com/apache/sling-aggregator.git
$ repo sync --no-clone-bundle
```
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].