]> git.mxchange.org Git - friendica.git/blobdiff - doc/Developers-Intro.md
Added a for-loop (#5442)
[friendica.git] / doc / Developers-Intro.md
index fabebb8606dc3d2b0b5303921e57936e20d3b6a8..1e077902d6ea2ca9504a879a04be603f3bfcdd45 100644 (file)
@@ -60,7 +60,7 @@ If you want to have git automatically update the dependencies with composer, you
     }
     # `composer install` if the `composer.lock` file gets changed
     # to update all the php dependencies
-    check_run composer.lock "util/composer.phar install --no-dev"
+    check_run composer.lock "bin/composer.phar install --no-dev"
 
 just place it into `.git/hooks/post-merge` and make it executable.