From 0f4fab08a5852b774166eb9f88a8099bdb34d6f4 Mon Sep 17 00:00:00 2001 From: Damian Goeldi Date: Wed, 13 Mar 2024 12:44:44 +0100 Subject: [PATCH] added init and recursive to git submodule update --- update-scripts/update-vim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-scripts/update-vim.sh b/update-scripts/update-vim.sh index 8f1167f..7b386e0 100755 --- a/update-scripts/update-vim.sh +++ b/update-scripts/update-vim.sh @@ -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"