We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
simple-git
1 parent 39dd6c6 commit 6f89d4cCopy full SHA for 6f89d4c
src/coa.js
@@ -80,7 +80,7 @@ export const execute = async () => {
80
console.log('Resetting submodules...');
81
82
await submoduleForEach(git, ['reset', '--hard']);
83
- await git.subModuleUpdate(['--recursive', '--init']);
+ await git.submoduleUpdate(['--recursive', '--init']);
84
}
85
86
console.log('Sanitized.');
0 commit comments