Merge branch 'es/submodule-fetch-message-fix'

Error message fix.

* es/submodule-fetch-message-fix:
  submodule: add newline on invalid submodule error
This commit is contained in:
Junio C Hamano 2020-02-12 12:41:38 -08:00
Родитель db72f8c940 303b3c1c46
Коммит afa34c5cf3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);
}
}