From 64a085c4f4e60d0a9ac26f4283735a7c2acc4924 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 28 Jun 2025 18:19:53 +1200 Subject: [PATCH] chore: use https url for vtebench submodule This 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