Commit 548c0518 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix absolute submodule name

parent e2ea4cae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
[submodule ".vim/bundle/vim-commentary"]
	path = .vim/bundle/vim-commentary
	url = https://github.com/tpope/vim-commentary.git
[submodule "/home/dom/.vim/bundle/vim-express"]
[submodule ".vim/bundle/vim-express"]
	path = .vim/bundle/vim-express
	url = https://github.com/tommcdo/vim-express.git
[submodule ".vim/bundle/jinja.vim"]