Explorar el Código

init empty submodules

Andrew Swistak hace 6 años
padre
commit
bef67aa1de
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      bin/manage_dotfiles.sh

+ 1 - 0
bin/manage_dotfiles.sh

@@ -93,6 +93,7 @@ install_dotfiles() {
 }
 
 update_git_submodules() {
+  git submodule update --init --recursive
   git submodule foreach --recursive git reset --hard origin/master
   git submodule foreach --recursive git pull origin master
   git submodule foreach git submodule update --init --recursive