Skip to content

Commit

Permalink
[BUGFIX] Fix path to FractorApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Aug 29, 2024
1 parent 0444960 commit c573fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Release/FractorApplicationReleaseWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class FractorApplicationReleaseWriter
{
public function write(string $version): void
{
$applicationFile = __DIR__ . '/../../packages/fractor/src/FractorApplication.php';
$applicationFile = __DIR__ . '/../../packages/fractor/src/Console/Application/FractorApplication.php';
$content = Filesystem::read($applicationFile);
$content = Strings::replace(
$content,
Expand Down

0 comments on commit c573fe2

Please sign in to comment.