From fb619c8f0582b5da72a9d9d5c4cae70bd9a8441d Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Mon, 25 Sep 2023 13:12:05 +0530 Subject: [PATCH] fix: use https path for libpg_query submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e3989614..2bd5d3f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libpg_query"] path = libpg_query - url = git@github.com:pganalyze/libpg_query.git + url = https://github.com/pganalyze/libpg_query.git