Skip to content

Commit 0b28382

Browse files
authored
#108 - init command bug fix (#123)
#108 - fixed error
1 parent 503547a commit 0b28382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/codestyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Blumilk\Codestyle\Tools\ComposerManifestScriptsInitializer;
77
use PhpCsFixer\Console\Application;
88
use Symfony\Component\Console\Input\StringInput;
99

10-
require_once __DIR__ . "/../autoload.php";
10+
require_once __DIR__ . "/../../../autoload.php";
1111

1212
if (isset($argv[1])) {
1313
if ($argv[1] === "init") {

0 commit comments

Comments
 (0)