Skip to content

Commit fa2af0f

Browse files
committed
fix log message in UnpackTask
1 parent b30b90d commit fa2af0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pipeline/Task/UnpackTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function run(State $state): void
5151

5252
$this->log(
5353
LogLevel::INFO,
54-
"Extracting '{$source->getRealPath()}' to '{$destination->getRealPath()}'."
54+
"Extracting '{$source->getRealPath()}' to '{$destination->getPathname()}'."
5555
);
5656

5757
$this->unpacker->unpack($source, $destination);

0 commit comments

Comments
 (0)