Skip to content

Commit 3965a89

Browse files
committed
Add missing directory separator
1 parent 88d99a7 commit 3965a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/store/SourcePatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static function patchMicro(?array $items = null): bool
151151

152152
foreach ($patches as $patch) {
153153
logger()->info("Patching micro with {$patch}");
154-
self::patchFile(SOURCE_PATH . "/php-src{$patch}", SOURCE_PATH . '/php-src');
154+
self::patchFile(SOURCE_PATH . "/php-src/{$patch}", SOURCE_PATH . '/php-src');
155155
}
156156

157157
return true;

0 commit comments

Comments
 (0)