aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-02 12:15:23 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-02 12:16:21 +0200
commita94087cf26f13430b15146e950b5af526813d17e (patch)
tree37b4def2d898f0add4829b9fd7579830ba6caced /utils
parentc616b6af1f668212290ac75f428ec3c17f5db482 (diff)
downloadmyconfigs-a94087cf26f13430b15146e950b5af526813d17e.tar.gz
myconfigs-a94087cf26f13430b15146e950b5af526813d17e.tar.bz2
myconfigs-a94087cf26f13430b15146e950b5af526813d17e.zip
Recursive update is not required
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 eb502c6..477eeef 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 --recursive
+ git submodule update --init
popd
done