From c3f5338334b9a2449d6bff7d714850e444537948 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Mon, 26 May 2025 17:57:07 +0200 Subject: [PATCH] Update submodule refs to latest commits --- .gitmodules | 4 ++-- nodes/{nodes => }/gateGroupControl | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename nodes/{nodes => }/gateGroupControl (100%) diff --git a/.gitmodules b/.gitmodules index a839218..fd1472f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -53,6 +53,6 @@ [submodule "flows"] path = flows url = https://gitea.centraal.wbd-rd.nl/RnD/flows -[submodule "nodes/nodes/gateGroupControl"] - path = nodes/nodes/gateGroupControl +[submodule "nodes/gateGroupControl"] + path = nodes/gateGroupControl url = https://gitea.centraal.wbd-rd.nl/RnD/gateGroupControl.git diff --git a/nodes/nodes/gateGroupControl b/nodes/gateGroupControl similarity index 100% rename from nodes/nodes/gateGroupControl rename to nodes/gateGroupControl