From cd5b346ace99b07374f402e307d4bde559ebcf09 Mon Sep 17 00:00:00 2001 From: stanma Date: Thu, 30 Nov 2017 18:55:14 +0200 Subject: [PATCH] bugfix --- src/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');