From 5f1b75d22f77c528c160b789e30712129a3c21bf Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 7 Dec 2021 09:01:36 +0100 Subject: [PATCH] developer intro the ! was missing in the #! --- doc/Developers-Intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 3b8c93f0a1..2f8a32d884 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -51,7 +51,7 @@ It's a command-line tool that downloads required libraries into the `vendor` fol If you want to have git automatically update the dependencies with composer, you can use the `post-merge` [git-hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) with a script similar to this one: - #/usr/bin/env bash + #!/usr/bin/env bash # MIT © Sindre Sorhus - sindresorhus.com # forked by Gianluca Guarini # phponly by Ivo Bathke ;)