Signed-off-by: Jean-Noël Avila <jn.avila@xxxxxxx> --- It is not clear what the style guide for messages is. builtin/submodule--helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index b56028ba9d..a011abfd7c 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -521,7 +521,7 @@ static void runcommand_in_submodule_cb(const struct cache_entry *list_item, printf(_("Entering '%s'\n"), displaypath); if (info->argv[0] && run_command(&cp)) - die(_("run_command returned non-zero status for %s\n."), + die(_("run_command returned non-zero status for %s"), displaypath); if (info->recursive) { @@ -543,7 +543,7 @@ static void runcommand_in_submodule_cb(const struct cache_entry *list_item, if (run_command(&cpr)) die(_("run_command returned non-zero status while " - "recursing in the nested submodules of %s\n."), + "recursing in the nested submodules of %s"), displaypath); } -- 2.18.0