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)) {