diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-26 12:23:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 18:23:14 +0200 |
commit | 563482393b6f345463818fbf52464622151cf14b (patch) | |
tree | f193e55756b2f5e30795a36990c15c0f0551135e | |
parent | aead9dc91eaa51922c8f93daa38d5d18d73e3890 (diff) |
Use https instead of ssh for wasi-test-suite submodule (#7202)
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index db562cb21..fc18f291e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/denoland/deno_third_party.git [submodule "std/wasi/testdata"] path = std/wasi/testdata - url = git@github.com:khronosproject/wasi-test-suite.git + url = https://github.com/khronosproject/wasi-test-suite.git |