From f32ee1a72baf347813eecda58ddbe082c1ead498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Mon, 19 Jun 2023 16:55:30 +0200 Subject: [PATCH] removed duplicated entry in .gitmodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was an issue in the submodules of coreos and in in nwl there were two entries for the submodule coreos in .gitmodules. Thus one submodule entry was removed. Signed-off-by: Marc Mattmüller --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7faf31c..ca30a70 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "layers/coreos"] - path = layers/coreos - url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git - branch = master [submodule "coreos"] path = coreos url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git