[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
No known key found for this signature in database
GPG Key ID: 7D0C7EAFC9D835A0

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"