From 40fada0e3bbd75097ecddc8ebf5baeb4ef704007 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 28 Jun 2025 18:19:53 +1200 Subject: [PATCH] chore: use https git url for vtebench submodule Means that an SSH key is not required to clone the public submodule. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0c376d6..eb2349e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = https://github.com/microsoft/node-pty [submodule "benchmark/vtebench"] path = benchmark/vtebench - url = git@github.com:alacritty/vtebench + url = https://github.com/alacritty/vtebench