Skip to content

Commit f9d321c

Browse files
committed
fix(monorepo-builder): Update autoload.php path
- Updated the path to autoload.php in monorepo-builder.php - Changed the path to vendor/autoload.php
1 parent 0c4a9e7 commit f9d321c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monorepo-builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
use Symplify\MonorepoBuilder\Release\ReleaseWorker\UpdateReplaceReleaseWorker;
2727

2828
return static function (MBConfig $mbConfig): void {
29-
require __DIR__.'/vendor/autoload.php';
29+
require __DIR__.'/vendor-bin/monorepo-builder-worker/vendor/autoload.php';
3030
$mbConfig->defaultBranch('main');
3131

3232
/**

0 commit comments

Comments
 (0)