From 8e32e8b01c2787c20696dad5cd4fbc68a9514fa6 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 12 Oct 2022 09:32:30 +0200 Subject: update submodule --- .vim/bundle/update_submodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/bundle') diff --git a/.vim/bundle/update_submodule.sh b/.vim/bundle/update_submodule.sh index fba5df9..ccca022 100755 --- a/.vim/bundle/update_submodule.sh +++ b/.vim/bundle/update_submodule.sh @@ -3,6 +3,6 @@ for dir in ./*/; do cd $dir git pull - git checkout master + git checkout origin/HEAD cd .. done -- cgit v1.2.3