Skip to content

Commit

Permalink
#108 - init command bug fix (#123)
Browse files Browse the repository at this point in the history
#108 - fixed error
  • Loading branch information
kamilpiech97 authored Jun 11, 2024
1 parent 503547a commit 0b28382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/codestyle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 0b28382

Please sign in to comment.