mirror of
https://github.com/getgrav/grav.git
synced 2026-02-22 06:28:03 +01:00
text addition
This commit is contained in:
@@ -267,7 +267,7 @@ class InstallCommand extends Command
|
||||
$this->output->writeln('');
|
||||
} else {
|
||||
if (file_exists($to)) {
|
||||
$this->output->writeln(" '- <red>Symlink cannot overwrite an existing folder</red>");
|
||||
$this->output->writeln(" '- <red>Symlink cannot overwrite an existing package, please remove first</red>");
|
||||
$this->output->writeln('');
|
||||
} else {
|
||||
symlink($from, $to);
|
||||
|
||||
Reference in New Issue
Block a user