aboutsummaryrefslogtreecommitdiff
path: root/.vim/bundle
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-10-12 09:32:30 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-10-12 09:32:30 +0200
commit8e32e8b01c2787c20696dad5cd4fbc68a9514fa6 (patch)
tree73715edb938e369b0b599cf4ffd75b4b86a53136 /.vim/bundle
parent5a9f05d33bbf77f6c8dd9e1af72469030ed3a60b (diff)
downloaddotfiles-8e32e8b01c2787c20696dad5cd4fbc68a9514fa6.tar.gz
update submodule
Diffstat (limited to '.vim/bundle')
-rwxr-xr-x.vim/bundle/update_submodule.sh2
1 files changed, 1 insertions, 1 deletions
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