added init and recursive to git submodule update

This commit is contained in:
Damian Goeldi 2024-03-13 12:44:44 +01:00
parent e3a743b4d4
commit 0f4fab08a5
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ set -eEuxo pipefail
cd ~/.vim/pack/git
git submodule update --remote
git submodule update --init --recursive --remote
git commit -m "automagic update"