Преглед на файлове

Update '.scripts/template_init.command'

Iamabot преди 2 години
родител
ревизия
512031c750
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .scripts/template_init.command

+ 2 - 0
.scripts/template_init.command

@@ -34,6 +34,7 @@ gin git branch -D master
 
 # initialise submodules
 gin git submodule update --init --recursive
+git submodule update --recursive --remote
 
 # if the template was not initialise before, let's do it
 # new tonic version do that, so this should be obsolete.
@@ -79,6 +80,7 @@ else
 fi
 
 if test -f "00repo_needs_initialisation00.txt" ;
+then
 
     # delete file telling the initialisation need to be done
     rm "00repo_needs_initialisation00.txt"