From ccf44ede41e10df4b973c9cecc09d1e7105143f5 Mon Sep 17 00:00:00 2001 From: Janis Date: Thu, 23 Oct 2025 08:05:44 +0200 Subject: [PATCH] fix(config): modified git module to use the main branch (#10) Reviewed-on: https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/pulls/10 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a2b597b..ea9c76d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "knockoutwhist"] path = knockoutwhist - branch = webapplication + branch = main url = https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist.git