forked from GNUsocial/gnu-social
[TOOLS] Small fix to composer install hook
This commit is contained in:
parent
711af58dcd
commit
e3d8ea7912
@ -75,7 +75,7 @@
|
|||||||
},
|
},
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"@auto-scripts",
|
"@auto-scripts",
|
||||||
"cp bin/pre-commit .git/hooks"
|
"cp -n bin/pre-commit .git/hooks"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"@auto-scripts"
|
"@auto-scripts"
|
||||||
|
Loading…
Reference in New Issue
Block a user