Skip to content

Commit 41a05ee

Browse files
committed
Merge branch 'pc/submodule-helper'
A message fix. * pc/submodule-helper: submodule--helper.c: i18n: add a missing space in message
2 parents e49ac11 + ed5bdd5 commit 41a05ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ static void status_submodule(const char *path, const struct object_id *ce_oid,
623623

624624
if (refs_head_ref(get_submodule_ref_store(path),
625625
handle_submodule_head_ref, &oid))
626-
die(_("could not resolve HEAD ref inside the"
626+
die(_("could not resolve HEAD ref inside the "
627627
"submodule '%s'"), path);
628628

629629
print_status(flags, '+', path, &oid, displaypath);

0 commit comments

Comments
 (0)