Skip to content

Commit

Permalink
Merge pull request #220 from andreaswolf/fix-path
Browse files Browse the repository at this point in the history
[BUGFIX] Fix path to FractorApplication
  • Loading branch information
simonschaufi authored Aug 29, 2024
2 parents 0444960 + c573fe2 commit 28b78d6
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 28b78d6

Please sign in to comment.