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.
2 parents 7203baf + 35ad44c commit a06380bCopy full SHA for a06380b
submodule.c
@@ -1329,7 +1329,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags)
1329
cp.dir = path;
1330
if (start_command(&cp)) {
1331
if (flags & SUBMODULE_REMOVAL_DIE_ON_ERROR)
1332
- die(_("could not start 'git status in submodule '%s'"),
+ die(_("could not start 'git status' in submodule '%s'"),
1333
path);
1334
ret = -1;
1335
goto out;
@@ -1342,7 +1342,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags)
1342
1343
if (finish_command(&cp)) {
1344
1345
- die(_("could not run 'git status in submodule '%s'"),
+ die(_("could not run 'git status' in submodule '%s'"),
1346
1347
1348
}
0 commit comments