Skip to content

Commit 3d5d0fb

Browse files
Use 'Compressed' method
1 parent f238320 commit 3d5d0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backup/Sync/Sftp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function sync(Target $target, Result $result)
9494
error_reporting($old);
9595

9696
$remoteFilename = $target->getFilenameCompressed();
97-
$localFile = $target->getPathname(true);
97+
$localFile = $target->getPathnameCompressed();
9898

9999
if ('' !== $this->remotePath) {
100100
$remoteDirs = explode('/', $this->remotePath);

0 commit comments

Comments
 (0)