Switch test262 submodule to https url

I had trouble checking out the repo using Sapling because the submodule couldn't 
clone properly. I got 

> Error: Permission denied (publickey) 

In my branch I tested that the https URL format seems to work okay with Sapling.
This commit is contained in:
Jan Kassens
2024-01-12 15:07:24 -05:00
parent 8a634bc1c0
commit f6f042d747
+1 -1
View File
@@ -1,4 +1,4 @@
[submodule "test262"]
path = test262
url = git@github.com:tc39/test262.git
url = https://github.com/tc39/test262
shallow = true