Browse Source

Merge pull request #1520 from dehenne/patch-1

Update doc/articles/scripts.md
Jordi Boggiano 12 years ago
parent
commit
a258ae8cfc
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/"