mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12920] Fix sh syntax error in post-update-cmd script
PHPBB3-12920
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
"irc": "irc://irc.freenode.org/phpbb"
|
"irc": "irc://irc.freenode.org/phpbb"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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": {
|
"replace": {
|
||||||
"phpbb/phpbb-core": "self.version"
|
"phpbb/phpbb-core": "self.version"
|
||||||
|
Reference in New Issue
Block a user