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.
1 parent d8dcc0f commit 6272470Copy full SHA for 6272470
lifecycleScripts/submodules/getStatus.js
@@ -6,7 +6,7 @@ module.exports = function getStatus() {
6
return exec("git submodule status", { cwd: rootDir})
7
.then(function(stdout) {
8
if (!stdout) {
9
- // In the case where we pull from npm they pre-init the submoduels for
+ // In the case where we pull from npm they pre-init the submodules for
10
// us and `git submodule status` returns empty-string. In that case
11
// we'll just assume that we're good.
12
return Promise.resolve([]);
0 commit comments