Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 813d73f

Browse files
committed
Tabs
1 parent 1cc7f54 commit 813d73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transport.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ static transport_definition transports[] = {
3535
{ "file://", git_transport_local, NULL },
3636
#ifdef GIT_SSH
3737
{ "ssh://", git_transport_smart, &ssh_subtransport_definition },
38-
{ "ssh+git://", git_transport_smart, &ssh_subtransport_definition },
39-
{ "git+ssh://", git_transport_smart, &ssh_subtransport_definition },
38+
{ "ssh+git://", git_transport_smart, &ssh_subtransport_definition },
39+
{ "git+ssh://", git_transport_smart, &ssh_subtransport_definition },
4040
#endif
4141
{ NULL, 0, 0 }
4242
};

0 commit comments

Comments
 (0)