mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12920] Fix sh syntax error in post-update-cmd script
PHPBB3-12920
This commit is contained in:
parent
9e282b8d4d
commit
9f3e678117
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"irc": "irc://irc.freenode.org/phpbb"
|
||||
},
|
||||
"scripts": {
|
||||
"post-update-cmd": "echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies."
|
||||
"post-update-cmd": "echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.'"
|
||||
},
|
||||
"replace": {
|
||||
"phpbb/phpbb-core": "self.version"
|
||||
|
|
Loading…
Add table
Reference in a new issue