From db31c0078c2cac41341ddc04b408cf4f5a92a300 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Tue, 11 Feb 2025 00:45:02 +0000 Subject: fix cloning of submodule to fetch from master branch --- .gitmodules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index ff65b6c..49135d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ -[submodule "external/dotfile"] - path = external/dotfile +[submodule "external/adrienbarlier-dotfile"] + path = external/adrienbarlier-dotfile url = https://github.com/adrienbarlier/dotfile + branch = master -- cgit v1.2.3