diff --git a/src/RecipeInstaller.php b/src/RecipeInstaller.php index b0fc018..fefa069 100644 --- a/src/RecipeInstaller.php +++ b/src/RecipeInstaller.php @@ -52,7 +52,7 @@ class RecipeInstaller extends LibraryInstaller { ); } } else { - $this->io->write(" - Installing $relativePath"); + $this->io->write(" - Copying $relativePath"); $this->filesystem->ensureDirectoryExists(dirname($destination)); copy($path, $destination); }