Merge pull request #11075 from tobiasd/20211207-develintro

developer intro the ! was missing in the #!
This commit is contained in:
Michael Vogel 2021-12-07 09:41:12 +01:00 committed by GitHub
commit 906fbac75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ;)