Skip to content

Commit 3673eb3

Browse files
committed
Use https for url to prevent permission problem
1 parent b61b273 commit 3673eb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "test/spec"]
22
path = test/spec
3-
url = git@github.com:WebAssembly/testsuite.git
3+
url = https://github.com/WebAssembly/testsuite.git
44
[submodule "test/experimental"]
55
path = test/experimental
6-
url = git@github.com:WebAssembly/experimental.git
6+
url = https://github.com/WebAssembly/experimental.git

0 commit comments

Comments
 (0)