Commit 2b52847b91644f638927619bd8711004d6020e0d
1 parent
261de10d
Exists in
master
and in
1 other branch
Post install hook
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
composer.json
... | ... | @@ -73,6 +73,6 @@ |
73 | 73 | "pre-install-cmd": "/bin/bash ./pre-update.sh", |
74 | 74 | "pre-update-cmd": "/bin/bash ./pre-update.sh", |
75 | 75 | "post-update-cmd": "/bin/bash ./post-update.sh", |
76 | - "post-update-cmd": "/bin/bash ./post-update.sh" | |
76 | + "post-install-cmd": "/bin/bash ./post-update.sh" | |
77 | 77 | } |
78 | 78 | } |
79 | 79 | \ No newline at end of file | ... | ... |