Skip to content

Commit d5a15c5

Browse files
committed
Merge branch 'nd/submodule-helper-incomplete-line-fix' into jch
* nd/submodule-helper-incomplete-line-fix: submodule--helper: add a missing \n
2 parents a3b047c + 1a87871 commit d5a15c5

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
@@ -1301,7 +1301,7 @@ static int add_possible_reference_from_superproject(
13011301
die(_("submodule '%s' cannot add alternate: %s"),
13021302
sas->submodule_name, err.buf);
13031303
case SUBMODULE_ALTERNATE_ERROR_INFO:
1304-
fprintf(stderr, _("submodule '%s' cannot add alternate: %s"),
1304+
fprintf_ln(stderr, _("submodule '%s' cannot add alternate: %s"),
13051305
sas->submodule_name, err.buf);
13061306
case SUBMODULE_ALTERNATE_ERROR_IGNORE:
13071307
; /* nothing */

0 commit comments

Comments
 (0)