Skip to content

Commit 82c3059

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 99621a8 commit 82c3059

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)