Skip to content

Commit

Permalink
DOP-5238 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Dec 16, 2024
1 parent 3f2f612 commit 9e68deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/populate-metadata/src/updateConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const cloneContentRepo = async ({
if (repoName === 'docs-laravel') {
process.chdir(`${repoName}`);
await run.command('git submodule update --init --recursive');
await run.command('cp -r laravel-mongodb/docs /source');
await run.command(`cp -r laravel-mongodb/docs ${process.cwd()}/source`);
await run.command('echo docs-laravel submodule updated successfully');
process.chdir('..');
}
Expand Down

0 comments on commit 9e68deb

Please sign in to comment.