Skip to content

Commit 96352f2

Browse files
committed
Sigh.
1 parent 3fe3b2f commit 96352f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/ScaffoldFiles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function onEvent(Event $event): void
2828
}
2929

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

0 commit comments

Comments
 (0)