Skip to content

Commit df3540f

Browse files
ReplicaObscuraBen McClure
authored andcommitted
Use full path
1 parent 18f3461 commit df3540f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function cleanupVcsDirs($parentDir, $excludeRoot = false) {
6767
$dirs = [];
6868

6969
foreach ($this->getVcsDirs($parentDir, $excludeRoot) as $dir) {
70-
$this->io->write(sprintf("<info>Deleting %s directory from %s</info>", $dir->getBasename(), $dir->getRelativePath()));
70+
$this->io->write(sprintf("<info>Deleting %s directory from %s</info>", $dir->getBasename(), $dir->getRealPath()));
7171

7272
$dirs[] = $dir;
7373
}

0 commit comments

Comments
 (0)