From 563482393b6f345463818fbf52464622151cf14b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 26 Aug 2020 12:23:14 -0400 Subject: Use https instead of ssh for wasi-test-suite submodule (#7202) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') 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 -- cgit v1.2.3