summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af40754..303b645 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,6 @@ submodules:
@git submodule update --init --recursive
update:
- @git submodule foreach '(if [ $$sm_path == "vim/.vim/pack/filetype/start/perl" ]; then git checkout dev; else git checkout master; fi) && git pull'
+ @git submodule foreach 'git checkout master && git pull'
.PHONY: build install uninstall clean submodules update