mirror of
https://github.com/silverstripe/recipe-plugin.git
synced 2024-10-22 14:05:55 +02:00
Clarify file copying log output
This commit is contained in:
parent
0668b1d0fc
commit
8cefa7f595
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user