mirror of
https://github.com/getgrav/grav.git
synced 2026-02-26 00:21:31 +01:00
Fixed error message
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user