Skip to content

Commit 6f89d4c

Browse files
committed
fix: usage of sobmodule API from simple-git
1 parent 39dd6c6 commit 6f89d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const execute = async () => {
8080
console.log('Resetting submodules...');
8181

8282
await submoduleForEach(git, ['reset', '--hard']);
83-
await git.subModuleUpdate(['--recursive', '--init']);
83+
await git.submoduleUpdate(['--recursive', '--init']);
8484
}
8585

8686
console.log('Sanitized.');

0 commit comments

Comments
 (0)