Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit 3a9ae8b

Browse files
authored
Update Runner.php
1 parent 4748914 commit 3a9ae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/Corundum/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function thumbnail(string $path, string $thumbnail): string
3232
// original = /<user>/original/xx/yy/xxyyzzzz.<format>
3333
$fullPath = preg_replace(
3434
'~/' . $this->corundum->type() . '/~',
35-
'/' . $thumbnail . '/',
35+
'/thumbs/' . $thumbnail . '/',
3636
$path
3737
);
3838

0 commit comments

Comments
 (0)