Clarify file copying log output

This commit is contained in:
Damian Mooyman 2017-07-10 17:34:43 +12:00
parent 0668b1d0fc
commit 8cefa7f595
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class RecipeInstaller extends LibraryInstaller {
);
}
} else {
$this->io->write(" - Installing <info>$relativePath</info>");
$this->io->write(" - Copying <info>$relativePath</info>");
$this->filesystem->ensureDirectoryExists(dirname($destination));
copy($path, $destination);
}