[TOOLS] Small fix to composer install hook

This commit is contained in:
Hugo Sales 2020-06-05 23:05:13 +00:00 committed by Hugo Sales
parent 711af58dcd
commit e3d8ea7912
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
},
"post-install-cmd": [
"@auto-scripts",
"cp bin/pre-commit .git/hooks"
"cp -n bin/pre-commit .git/hooks"
],
"post-update-cmd": [
"@auto-scripts"