From 89f64e423d960b38a4e53e5e218bfc08ab27a4cb Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 23 Aug 2018 15:27:31 -0700 Subject: [PATCH] Fixed error message --- system/src/Grav/Console/Cli/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Cli/InstallCommand.php b/system/src/Grav/Console/Cli/InstallCommand.php index f3b492ca0..198e1d36c 100644 --- a/system/src/Grav/Console/Cli/InstallCommand.php +++ b/system/src/Grav/Console/Cli/InstallCommand.php @@ -169,7 +169,7 @@ class InstallCommand extends ConsoleCommand } if (!$from) { - $this->output->writeln('source: ' . $from . ' does not exists, skipping...'); + $this->output->writeln('source for ' . $data['src'] . ' does not exists, skipping...'); $this->output->writeln(''); } else { if (!file_exists($to)) {