aboutsummaryrefslogtreecommitdiffstats
path: root/submodule.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-12 12:41:38 -0800
committerJunio C Hamano <gitster@pobox.com>2020-02-12 12:41:38 -0800
commitafa34c5cf3ec96b2bc6f2faddf5860fa06cb0f26 (patch)
tree85e64527e900a96c9f9b863400009a6f2969b358 /submodule.c
parentdb72f8c940b3c49286fb88958b3c50fe6f0d6319 (diff)
parent303b3c1c4685c020f5d408c997f060a1f8530895 (diff)
downloadgit-afa34c5cf3ec96b2bc6f2faddf5860fa06cb0f26.tar.gz
Merge branch 'es/submodule-fetch-message-fix'
Error message fix. * es/submodule-fetch-message-fix: submodule: add newline on invalid submodule error
Diffstat (limited to 'submodule.c')
-rw-r--r--submodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/submodule.c b/submodule.c
index 5e8e3d1480..31f391d7d2 100644
--- a/submodule.c
+++ b/submodule.c
@@ -1480,7 +1480,7 @@ static int get_next_submodule(struct child_process *cp,
!is_empty_dir(ce->name)) {
spf->result = 1;
strbuf_addf(err,
- _("Could not access submodule '%s'"),
+ _("Could not access submodule '%s'\n"),
ce->name);
}
}