Skip to content

Commit

Permalink
fix: recurse-submodules update to fetch the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
geovlazar committed Feb 19, 2021
1 parent 724e925 commit a3a1987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsctl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export async function vscwsGitFetchPullHandler(
await mod.workspaceFoldersGitCommandHandler(
dryRun ? true : false,
wsFileName as (string[] | string),
`submodule update --recursive`,
`submodule update --remote`,
true, // there's a bug in submodule which requires cwd to be Git Work Tree
);
}
Expand Down

0 comments on commit a3a1987

Please sign in to comment.