text addition

This commit is contained in:
Andy Miller
2015-02-15 14:07:40 -07:00
parent bd595ca9f6
commit 85fb5bccf3

View File

@@ -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);