diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-03 10:38:54 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-03 10:38:54 +0200 |
commit | 4e02fceceaafa709a8a79641d437ae8ebc2fd555 (patch) | |
tree | 009a5caec7531ee5f18a36f7009f2679123caf7a /utils | |
parent | 2fb9931934c3f2697e0ba7df3d309c6484c1da18 (diff) | |
download | myconfigs-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-x | utils/vim_bundles_update | 2 |
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 |