Skip to content

Commit

Permalink
Use absolute path in Configurator to pass failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jun 6, 2024
1 parent 8b73304 commit a695b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function normalize()

$this->preparePhpCsFixer();

Process::run(['vendor/bin/php-cs-fixer', 'fix', $path, '--rules', $rules]);
Process::run([__DIR__.'/../vendor/bin/php-cs-fixer', 'fix', $path, '--rules', $rules]);

return $this;
}
Expand Down

0 comments on commit a695b45

Please sign in to comment.