Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stanma committed Nov 30, 2017
1 parent 7575d34 commit cd5b346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Installer
public static function postInstall()
{
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
system('cmd /c vendor/wickedreports/phpcs-pre-commit-hook/src/setup.bat');
system('cmd /c vendor\wickedreports\phpcs-pre-commit-hook\src\setup.bat');
}
else {
system('sh vendor/wickedreports/phpcs-pre-commit-hook/src/setup.sh');
Expand Down

0 comments on commit cd5b346

Please sign in to comment.