From 85c3fd0abd9a2179830c030221d907ec03428f6d Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 21:35:48 +0100 Subject: [PATCH] Fix error in BOOTSTRAP --- BOOTSTRAP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BOOTSTRAP b/BOOTSTRAP index 2fa2e3f..7597236 100644 --- a/BOOTSTRAP +++ b/BOOTSTRAP @@ -177,14 +177,14 @@ git commit -m "Install rails.vim bundle as a submodule." # Add Plugin haml - git submodule add git://github.com/tpope/vim-haml.git ~/.vim/bundle/haml + git submodule add git://github.com/tpope/vim-haml.git bundle/haml git add . git commit -m "Install haml.vim bundle as a submodule." # Add more nice colorschemes # Solarized colorscheme - git submodule add git://github.com/altercation/vim-colors-solarized.git ~/.vim/bundle/solarized + git submodule add git://github.com/altercation/vim-colors-solarized.git bundle/solarized git add . git commit -m "Install solarized colorscheme as a bundle submodule."