This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository www-content.

View the commit online.

commit 96d313bc991cd1eb0dddfd0261e5a83054ffe398
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu Jun 16 14:06:26 2022 +0100

    fix git clone that sed fix got wrong
---
 pages/docs/playground/osx-start.md.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/docs/playground/osx-start.md.txt b/pages/docs/playground/osx-start.md.txt
index 36b585a32..f7aa281a0 100644
--- a/pages/docs/playground/osx-start.md.txt
+++ b/pages/docs/playground/osx-start.md.txt
@@ -100,7 +100,7 @@ export LDFLAGS="-Wl,-headerpad_max_install_names ${LDFLAGS}"
 Installing dependancies on OS X is painful, but now you did it (congrats'), you can grab the sources from the git repository:
 
 <code bash>
-git clone https://git.enlightenment.org/enlightenment/efl # Get the sources
+git clone https://git.enlightenment.org/enlightenment/efl.git # Get the sources
 cd efl # Go to repository you cloned
 ./autogen.sh --disable-cxx-bindings
 make -j $(nproc) # Compile
@@ -111,4 +111,4 @@ sudo make -j $(nproc) install # Install
 ======= Additional Resources =======
 
   * Enlightenment Developer Days 2016 Slides (EFL & Mac OS X slides): https://phab.enlightenment.org/F36470.
-  * Internal Wiki Page. Contains “legacy” information: https://phab.enlightenment.org/w/osx/.
\ No newline at end of file
+  * Internal Wiki Page. Contains “legacy” information: https://phab.enlightenment.org/w/osx/.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to