Browse Source

Update doc/articles/scripts.md

forget a comma
PCSG 12 years ago
parent
commit
d0a61bbaa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
doc/articles/scripts.md

@@ -54,7 +54,7 @@ Script definition example:
             "post-update-cmd": "MyVendor\\MyClass::postUpdate",
             "post-package-install": [
                 "MyVendor\\MyClass::postPackageInstall"
-            ]
+            ],
             "post-install-cmd": [
                 "MyVendor\\MyClass::warmCache",
                 "phpunit -c app/"