From 3c86f201b12fea5a813ade66d6d9e519edf1ab48 Mon Sep 17 00:00:00 2001 From: "Tomoya Matsuura(MacBookPro)" Date: Wed, 29 Mar 2023 11:41:50 +0900 Subject: [PATCH] fixed git remote format --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c5b4cef..ded81c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/book"] path = themes/book - url = git://github.com/tomoyanonymous/hugo-book.git + url = git@github.com:tomoyanonymous/hugo-book.git