Skip to content

Commit 739fb71

Browse files
pcloudsgitster
authored andcommitted
transport-helper.c: do not translate a string twice
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6b5b309 commit 739fb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport-helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ static int run_connect(struct transport *transport, struct strbuf *cmdbuf)
573573
fprintf(stderr, "Debug: Falling back to dumb "
574574
"transport.\n");
575575
} else {
576-
die(_(_("unknown response to connect: %s")),
576+
die(_("unknown response to connect: %s"),
577577
cmdbuf->buf);
578578
}
579579

0 commit comments

Comments
 (0)