diff --git a/src/Installer.php b/src/Installer.php index 22d6af9..ed9271e 100644 --- a/src/Installer.php +++ b/src/Installer.php @@ -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');