Skip to content

Commit d34d16d

Browse files
committed
transport-helper: fix typo in BUG() message
We mistakenly refer to the git_connect_service as "_type".
1 parent 7bb61d7 commit d34d16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transport-helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ static const char *connect_service_cmd(enum git_connect_service service)
630630
case GIT_CONNECT_UPLOAD_ARCHIVE:
631631
return "git-upload-archive";
632632
}
633-
BUG("unknown git_connect_type: %d", service);
633+
BUG("unknown git_connect_service: %d", service);
634634
}
635635

636636
static int process_connect_service(struct transport *transport,

0 commit comments

Comments
 (0)