mirror of
https://github.com/getgrav/grav.git
synced 2026-03-18 02:21:11 +01:00
Typo
This commit is contained in:
@@ -150,7 +150,7 @@ class SandboxCommand extends Command
|
||||
$output->writeln(' <cyan>' . $source . '</cyan> <comment>-></comment> ' . $to);
|
||||
|
||||
if (is_dir($to)) {
|
||||
@Folder::delete(to);
|
||||
@Folder::delete($to);
|
||||
} else {
|
||||
@unlink($to);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user