Skip to content

Commit 45917f0

Browse files
glandiumgitster
authored andcommitted
transport-helper: fix typo in error message when --signed is not supported
Signed-off-by: Mike Hommey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d222c0 commit 45917f0

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
@@ -865,7 +865,7 @@ static int push_refs_with_export(struct transport *transport,
865865
die("helper %s does not support dry-run", data->name);
866866
} else if (flags & TRANSPORT_PUSH_CERT) {
867867
if (set_helper_option(transport, TRANS_OPT_PUSH_CERT, "true") != 0)
868-
die("helper %s does not support dry-run", data->name);
868+
die("helper %s does not support --signed", data->name);
869869
}
870870

871871
if (flags & TRANSPORT_PUSH_FORCE) {

0 commit comments

Comments
 (0)