From 270c6b56f9d52a0a362ce51a13042e25bab4bb54 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Thu, 27 Apr 2023 14:51:21 +0100 Subject: [PATCH] Reverted changes to set_env script --- set_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_env.sh b/set_env.sh index 38fcb4c..65400a5 100755 --- a/set_env.sh +++ b/set_env.sh @@ -71,7 +71,7 @@ if [ ! -f $PROJECT_DIR/.socinit ]; then fi done git submodule update --remote --recursive - # git submodule foreach --recursive git checkout main + git submodule foreach --recursive git checkout main git restore $DESIGN_ROOT/.gitmodules touch $PROJECT_DIR/.socinit fi \ No newline at end of file -- GitLab