Skip to content

Commit 82a4700

Browse files
authored
Merge pull request #66 from rahat1994/main
Update file search command to correctly handle plugin names containin…
2 parents 06c3fa8 + cdd5cdb commit 82a4700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ function determineSeparator(string $path): string
342342

343343
function replaceForWindows(): array
344344
{
345-
return preg_split('/\\r\\n|\\r|\\n/', run('dir /S /B * | findstr /v /i .git\ | findstr /v /i vendor | findstr /v /i ' . basename(__FILE__) . ' | findstr /r /i /M /F:/ ":author :vendor :package VendorName skeleton migration_table_name vendor_name vendor_slug [email protected]"'));
345+
return preg_split('/\\r\\n|\\r|\\n/', run('dir /S /B * | findstr /v /i .git\ | findstr /v /i \\vendor\\ | findstr /v /i ' . basename(__FILE__) . ' | findstr /r /i /M /F:/ ":author :vendor :package VendorName skeleton migration_table_name vendor_name vendor_slug [email protected]"'));
346346
}
347347

348348
function replaceForAllOtherOSes(): array

0 commit comments

Comments
 (0)