From f2d9d22e9481f048e170ca8d26e4be71271b977d Mon Sep 17 00:00:00 2001 From: Syrus Date: Sat, 27 Apr 2019 12:40:49 -0700 Subject: [PATCH] Fixed wapm-cli git module url location --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ea4c03efb..af96cdf0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "wapm-cli"] path = wapm-cli - url = git@github.com:wasmerio/wapm-cli.git + url = https://github.com/wasmerio/wapm-cli.git