Skip to content

Commit

Permalink
DOP-5238 remove extra chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Dec 17, 2024
1 parent fd3880d commit 77a08ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/populate-metadata/src/updateConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const cloneContentRepo = async ({

// Docs-laravel requires a submodule to build
if (repoName === 'docs-laravel') {
process.chdir(`${repoName}`);
await run.command('git submodule update --init --recursive', {
cwd: repoName,
});
Expand Down

0 comments on commit 77a08ce

Please sign in to comment.