From e4bfca32f7dc2153bbadbc6b6e25e94530872330 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Fri, 2 Aug 2024 08:47:51 -0700 Subject: [PATCH] Use https instead of ssh for benchmark tools repo --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 5b6a0a728d..c921364ca3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tasks/benchmark"] path = tasks/benchmark - url = git@github.com:aws/aws-sdk-ruby-benchmark-tools.git + url = https://github.com/aws/aws-sdk-ruby-benchmark-tools.git