Skip to content

Commit

Permalink
Sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
singularo committed Sep 27, 2022
1 parent 3fe3b2f commit 96352f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/ScaffoldFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function onEvent(Event $event): void
}

$event->getIO()->write('Deleting install.php');
$delete = new DeleteFile($this->filesystem, 'core/web', 'install.php');
$delete = new DeleteFile($this->filesystem, 'web/core', 'install.php');
$delete->execute();
}

Expand Down

0 comments on commit 96352f2

Please sign in to comment.