aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-03 10:38:54 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-03 10:38:54 +0200
commit4e02fceceaafa709a8a79641d437ae8ebc2fd555 (patch)
tree009a5caec7531ee5f18a36f7009f2679123caf7a /utils
parent2fb9931934c3f2697e0ba7df3d309c6484c1da18 (diff)
downloadmyconfigs-4e02fceceaafa709a8a79641d437ae8ebc2fd555.tar.gz
myconfigs-4e02fceceaafa709a8a79641d437ae8ebc2fd555.tar.bz2
myconfigs-4e02fceceaafa709a8a79641d437ae8ebc2fd555.zip
Revert "Recursive update is not required"
This reverts commit a94087cf26f13430b15146e950b5af526813d17e.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/vim_bundles_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vim_bundles_update b/utils/vim_bundles_update
index 477eeef..eb502c6 100755
--- a/utils/vim_bundles_update
+++ b/utils/vim_bundles_update
@@ -7,6 +7,6 @@ for dir in vim/bundle/*; do
pushd $dir
git checkout master
git pull
- git submodule update --init
+ git submodule update --init --recursive
popd
done