Skip to content

Commit b8a5518

Browse files
author
Gabriel Monroy
committed
shift ssh:// to https:// for read-only access
1 parent 3dfe59c commit b8a5518

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.gitmodules

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[submodule "images/etcd"]
22
path = images/etcd
3-
url = ssh://github.com/deis/etcd.git
3+
url = https://github.com/deis/etcd.git
44
[submodule "images/postgres"]
55
path = images/postgres
6-
url = ssh://github.com/deis/postgres.git
6+
url = https://github.com/deis/postgres.git
77
[submodule "images/redis"]
88
path = images/redis
9-
url = ssh://github.com/deis/redis.git
9+
url = https://github.com/deis/redis.git
1010
[submodule "images/server"]
1111
path = images/server
12-
url = ssh://github.com/deis/server.git
12+
url = https://github.com/deis/server.git
1313
[submodule "images/worker"]
1414
path = images/worker
15-
url = ssh://github.com/deis/worker.git
15+
url = https://github.com/deis/worker.git
1616
[submodule "images/builder"]
1717
path = images/builder
18-
url = ssh://github.com/deis/builder.git
18+
url = https://github.com/deis/builder.git

0 commit comments

Comments
 (0)