Use https instead of ssh for wasi-test-suite submodule (#7202)

This commit is contained in:
Ryan Dahl 2020-08-26 12:23:14 -04:00 committed by GitHub
parent aead9dc91e
commit 563482393b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View File

@ -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