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 55856a3 commit 35ad44cCopy full SHA for 35ad44c
submodule.c
@@ -1057,7 +1057,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags)
1057
cp.dir = path;
1058
if (start_command(&cp)) {
1059
if (flags & SUBMODULE_REMOVAL_DIE_ON_ERROR)
1060
- die(_("could not start 'git status in submodule '%s'"),
+ die(_("could not start 'git status' in submodule '%s'"),
1061
path);
1062
ret = -1;
1063
goto out;
@@ -1070,7 +1070,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags)
1070
1071
if (finish_command(&cp)) {
1072
1073
- die(_("could not run 'git status in submodule '%s'"),
+ die(_("could not run 'git status' in submodule '%s'"),
1074
1075
1076
}
0 commit comments