From 2fa51af15e061b3551ace5e998f108626ce5540a Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Wed, 5 Jul 2023 15:53:03 +0100
Subject: [PATCH] Updates socpull to pull changes to project repo

---
 tools/socpull | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/tools/socpull b/tools/socpull
index 84ad83b..7b2810f 100755
--- a/tools/socpull
+++ b/tools/socpull
@@ -1,10 +1,4 @@
 #!/bin/bash
 
 # Update all Submodules to latest commit
-cd $SOCLABS_DESIGN_ROOT; git submodule foreach --recursive git pull
-# for d in $SOCLABS_DESIGN_ROOT/* ; do
-#     if [ -f "$d/.git" ]; then
-#         echo "Git Pulling $d"
-#         cd $d; git pull; cd ..
-#     fi
-# done
\ No newline at end of file
+cd $SOCLABS_DESIGN_ROOT; git pull; git submodule foreach --recursive git pull
\ No newline at end of file
-- 
GitLab