Skip to content

Commit 6272470

Browse files
author
John Haley
committed
Fix typo in comment
As much as I like the idea of dueling submodules...
1 parent d8dcc0f commit 6272470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycleScripts/submodules/getStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function getStatus() {
66
return exec("git submodule status", { cwd: rootDir})
77
.then(function(stdout) {
88
if (!stdout) {
9-
// In the case where we pull from npm they pre-init the submoduels for
9+
// In the case where we pull from npm they pre-init the submodules for
1010
// us and `git submodule status` returns empty-string. In that case
1111
// we'll just assume that we're good.
1212
return Promise.resolve([]);

0 commit comments

Comments
 (0)