Skip to content

Commit ec17d61

Browse files
committed
Merge branch 'update2' of https://github.com/aarondfrancis/airdrop into update2
2 parents 9d2223f + 82c3059 commit ec17d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Drivers/FilesystemDriver.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ protected function remoteStashPath(): string
166166
{
167167
$dir = Arr::get($this->config, 'remote_directory');
168168

169-
return $dir ? Str::finish($dir, '/') : $dir;
169+
return $dir ? Str::finish($dir, '/') : '';
170+
}
170171
}
171172

172173
protected function localStashPath(): string

0 commit comments

Comments
 (0)