From 0b2838233bfd92d8966e01bb795f7a372cf1cd1f Mon Sep 17 00:00:00 2001 From: Kamil Piech Date: Tue, 11 Jun 2024 09:32:30 +0200 Subject: [PATCH] #108 - init command bug fix (#123) #108 - fixed error --- bin/codestyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/codestyle b/bin/codestyle index 60116ba..7f127f4 100644 --- a/bin/codestyle +++ b/bin/codestyle @@ -7,7 +7,7 @@ use Blumilk\Codestyle\Tools\ComposerManifestScriptsInitializer; use PhpCsFixer\Console\Application; use Symfony\Component\Console\Input\StringInput; -require_once __DIR__ . "/../autoload.php"; +require_once __DIR__ . "/../../../autoload.php"; if (isset($argv[1])) { if ($argv[1] === "init") {