Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Fix composer check script
Browse files Browse the repository at this point in the history
In commit ea36f0a the script was renamed
to cs-check for consistency. However the reference in the check script was
left untouched.
  • Loading branch information
geerteltink committed Sep 17, 2016
1 parent 4ee8d34 commit 1cf1a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pre-install-cmd": "ExpressiveInstaller\\OptionalPackages::install",
"pre-update-cmd": "ExpressiveInstaller\\OptionalPackages::install",
"check": [
"@cs",
"@cs-check",
"@test"
],
"cs-check": "phpcs",
Expand Down

0 comments on commit 1cf1a3f

Please sign in to comment.