diff options
-rwxr-xr-x | update-submodules.sh (renamed from vim/update-plugins.sh) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/update-plugins.sh b/update-submodules.sh index f4d2767..4fbb9d2 100755 --- a/vim/update-plugins.sh +++ b/update-submodules.sh @@ -1,6 +1,7 @@ #!/bin/bash # updates all known submodules +cd `dirname $0` -cd `dirname $0`/.. +git submodule foreach git checkout master git submodule foreach git pull |