From 9a09ee23f1ac62d34e76504393f840c747f02f10 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 16 Nov 2022 00:38:48 +0100 Subject: [PATCH] ci: fix submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 21c5e2123..878f14d82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console - url = https://github.com/app/console + url = https://github.com/app/console.git branch = main