From 4702944774ee14f1fa40b14d9d89206eec9046fd Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 12 Nov 2024 12:55:06 +0100
Subject: [PATCH] Submodule in the wrong directory

---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh
index 53171c5..561fceb 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -23,9 +23,9 @@ then
     git submodule update
 else
     git clone ${REPO_URL} ${REPO_NAME}
+    cd ${REPO_NAME}
     git submodule init
     git submodule update
-    cd ${REPO_NAME}
 fi
 
 git checkout ${REPO_TAG}
-- 
GitLab