Fixed error message

This commit is contained in:
Djamil Legato
2018-08-23 15:27:31 -07:00
parent ec5596b1a3
commit 89f64e423d

View File

@@ -169,7 +169,7 @@ class InstallCommand extends ConsoleCommand
}
if (!$from) {
$this->output->writeln('<red>source: ' . $from . ' does not exists, skipping...</red>');
$this->output->writeln('<red>source for ' . $data['src'] . ' does not exists, skipping...</red>');
$this->output->writeln('');
} else {
if (!file_exists($to)) {