We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f3461 commit df3540fCopy full SHA for df3540f
1 file changed
src/Handler.php
@@ -67,7 +67,7 @@ public function cleanupVcsDirs($parentDir, $excludeRoot = false) {
67
$dirs = [];
68
69
foreach ($this->getVcsDirs($parentDir, $excludeRoot) as $dir) {
70
- $this->io->write(sprintf("<info>Deleting %s directory from %s</info>", $dir->getBasename(), $dir->getRelativePath()));
+ $this->io->write(sprintf("<info>Deleting %s directory from %s</info>", $dir->getBasename(), $dir->getRealPath()));
71
72
$dirs[] = $dir;
73
}
0 commit comments